weapp-plugin-jsmin

0.1.4 • Public • Published

weapp-plugin-jsmin

压缩 .js 文件

安装

npm i weapp-plugin-jsmin -D

使用

weapp.config.js

module.exports = {
  plugins: [
    ['weapp-plugin-jsmin', {
        ignore: undefined,
        match: /\.js$/,
        extra: false,
        ...config // https://github.com/mishoo/UglifyJS2#command-line-options
    }]
    // 'weapp-plugin-jsmin',
  ],
};

Package Sidebar

Install

npm i weapp-plugin-jsmin

Weekly Downloads

4

Version

0.1.4

License

MIT

Unpacked Size

3.13 kB

Total Files

4

Last publish

Collaborators

  • bzone