1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 12:14:18 +00:00
This commit is contained in:
syuilo
2017-03-13 18:18:20 +09:00
parent 41bf7cef20
commit d49b5d6de2

View File

@@ -70,7 +70,7 @@ const pack: webpack.Configuration = {
};
if (isProduction) {
pack.plugins.push(new webpack.optimize.UglifyJsPlugin());
//pack.plugins.push(new webpack.optimize.UglifyJsPlugin());
}
module.exports = pack;