jhc-redpack

1.0.0 • Public • Published

feature

  • bundle commonjs module
  • dynamic require/require.ensure

config

//redpack.config.js
module.exports = {
    entry:'./src/test1/index.js'
}

//or

module.exports = {
    entry:[
        './src/test1/index.js',
        './src/test2/index.js',
        './src/test3/index.js'
    ],
    filename:'index.bundle.js'
}

usage

node ./bin/pack.js

Readme

Keywords

none

Package Sidebar

Install

npm i jhc-redpack

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

8.82 kB

Total Files

14

Last publish

Collaborators

  • jasonhc