mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-15 02:58:12 +00:00
17 lines
402 B
JavaScript
17 lines
402 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
pkg: {
|
|
patches: {
|
|
'lib/phantom.js': [
|
|
'__dirname + \'/shim/index.js\'',
|
|
'_path2.default.join(_path2.default.dirname(process.execPath), \'phantom/index.js\')'
|
|
]
|
|
},
|
|
deployFiles: [
|
|
[ 'lib/shim/index.js', 'phantom/index.js' ],
|
|
[ 'lib/shim/function_bind_polyfill.js', 'phantom/function_bind_polyfill.js' ]
|
|
]
|
|
}
|
|
};
|