poi-multi
v0.0.1
Published
Fast prototype and distribute modern web apps like a pro.
Readme
Installion
$ yarn global add poi-multiUsage
$ poi-multi build index.js
$ poi-multi watch index.js
$ poi-multi dev index.jsMultiple
multiple webpack config supported!
module.export = {
webpack(config) {
return [
config,
Object.assign({}, config, {
entry: 'xxx',
output: {
path: 'xxx'
}
})
]
}
}