@dudojs/webpack
v1.1.8
Published
Compose webpack.config.js with awesome style!
Downloads
16
Readme
@dudojs/webpack
Compose webpack.config.js with awesome style!
Usage
At your webpack.config.js
,
const composeWebpack = require('@dudojs/webpack');
module.exports = composeWebpack({
name: 'folderName',
outputPath: 'path/to/your/output/folder',
publicPath: '/your/public/path',
entry: {
'entry1': 'path/to/entry1',
'entry2': 'path/to/entry2',
// ...
},
options: {
// Your custom webpack options
},
});
License
Please read at here