@ herberttn / bytenode-webpack-plugin
使用 JavaScript编译为字节码。 受启发。
安装
npm install --save @herberttn/bytenode-webpack-plugin
技术支持
:check_mark: 默认配置
:check_mark: v4
:white_question_mark: v5
:check_mark: entry作为string (例如, 'src/index.js'
:check_mark: entry作为array (例如['src/index.js'] )
:check_mark: entry作为object (例如{ main: 'src/index.js' } )
:check_mark: entry中间件(例如['src/index.js', 'webpack-hot-middleware/client'] )
:check_mark: 动态output.filename (例如'[name].js' )
:check_mark: 命名为output.filena
1