forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
41bf7cef20
commit
d49b5d6de2
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ const pack: webpack.Configuration = {
|
||||||
};
|
};
|
||||||
|
|
||||||
if (isProduction) {
|
if (isProduction) {
|
||||||
pack.plugins.push(new webpack.optimize.UglifyJsPlugin());
|
//pack.plugins.push(new webpack.optimize.UglifyJsPlugin());
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = pack;
|
module.exports = pack;
|
||||||
|
|
Loading…
Reference in a new issue