mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-15 04:58:33 +00:00
13 lines
262 B
JavaScript
13 lines
262 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
pkg: {
|
|
patches: {
|
|
'lib/index.js': [
|
|
'require.resolve(\'socket.io-client/dist/socket.io.js.map\')',
|
|
'require.resolve(\'socket.io-client/dist/socket.io.js.map\', \'must-exclude\')'
|
|
]
|
|
}
|
|
}
|
|
};
|