-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
最小复现仓库:
https://github.com/xyyaya/minapp-bug-demo
注释掉
dist\config\webpack.config.js
中的
if (mode === 'production') { if (!env_1.env.pretty) { var UglifyJsPlugin = require('uglifyjs-webpack-plugin'); minimizer.push(new UglifyJsPlugin({ cache: true, parallel: true, sourceMap: sourceMap, uglifyOptions: { mangle: { reserved: ['module', 'exports', 'global'] } } })); } }
后正常
Metadata
Metadata
Assignees
Labels
No labels