mirror of https://github.com/webpack/webpack.git
8 lines
90 B
JavaScript
8 lines
90 B
JavaScript
|
module.exports = {
|
||
|
output: {
|
||
|
libraryTarget: "this"
|
||
|
},
|
||
|
externals: {
|
||
|
"add": true
|
||
|
}
|
||
|
}
|