Skip to content

lenqwang/poi-multi

 
 

Repository files navigation

Installion

$ yarn global add poi-multi

Usage

$ poi-multi build index.js
$ poi-multi watch index.js
$ poi-multi dev index.js

Multiple

multiple webpack config supported!

module.export = {
    webpack(config) {
        return [
            config,
            Object.assign({}, config, {
                entry: 'xxx',
                output: {
                    path: 'xxx'
                }
            })
        ]
    }
}

About

⚡ Delightful web development.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.0%
  • HTML 3.2%
  • Other 1.8%