Tencent / wepy

小程序组件化开发框架
https://wepyjs.gitee.io/wepy-docs/
Other
22.48k stars 3.06k forks source link

wepy2.x文件压缩插件,可压缩es6+/console/debugger #2790

Open mikasayw opened 2 years ago

mikasayw commented 2 years ago

Description

wepy文件压缩插件,可压缩es6+/wxml/json/wxss/console/debugger

use

  const WepyMiniPlugin = require('wepy-plugin-minify')

  plugins: [
      WepyMiniPlugin()
  ]

result

result@2x
mikasayw commented 2 years ago

wepy-plugin-minify