We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9152a commit 48c7f1dCopy full SHA for 48c7f1d
webpack.config.js
@@ -13,7 +13,7 @@ let libraryName = package.name;
13
let plugins = [], outputFile;
14
15
if (env === 'build') {
16
- plugins.push(new UglifyJsPlugin({ minimize: true }));
+ // plugins.push(new UglifyJsPlugin({ minimize: true }));
17
outputFile = libraryName + '.min.js';
18
} else {
19
outputFile = libraryName + '.js';
0 commit comments