npm.io
2.11.1 • Published 2 weeks ago

@mpxjs/webpack-plugin

Licence
Apache-2.0
Version
2.11.1
Deps
49
Size
2.9 MB
Vulns
1
Weekly
0
Stars
3.9K

mpx-webpack-plugin

a webpack plugin for mpx compile

Usage

const mpxWebpackPlugin = require('@mpxjs/webpack-plugin');

// webpack.conf.js
module.exports = {
  plugins: [
    new mpxWebpackPlugin({
      mode: 'wx'
    })
  ],
}

Keywords