poi-multi

Fast prototype and distribute modern web apps like a pro.

Usage no npm install needed!

<script type="module">
  import poiMulti from 'https://cdn.skypack.dev/poi-multi';
</script>

README

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'
                }
            })
        ]
    }
}