webpack/examples/externals/webpack.config.js

8 lines
90 B
JavaScript
Raw Normal View History

2014-03-05 16:58:51 +08:00
module.exports = {
output: {
libraryTarget: "this"
},
externals: {
"add": true
}
}