mirror of https://github.com/webpack/webpack.git
5 lines
70 B
JavaScript
5 lines
70 B
JavaScript
|
module.exports = {
|
||
|
output: {
|
||
|
libraryTarget: "commonjs-module"
|
||
|
}
|
||
|
};
|