Skip to content

Commit 7cac42d

Browse files
committed
mangle code
1 parent b11d87f commit 7cac42d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ var config = {
2424
{ from: "manifest_local.json", to: path.join("..", "manifest.json") },
2525
{ from: "app-icons", to: "app-icons" }
2626
]),
27-
function() {
28-
this.plugin("watch-run", function(watching, callback) {
27+
function () {
28+
this.plugin("watch-run", function (watching, callback) {
2929
console.log(
3030
"\n\n---- " +
3131
new Date()
@@ -105,7 +105,7 @@ if (ENV === "prod" || ENV === "dev") {
105105
compress: {
106106
warnings: false
107107
},
108-
mangle: false
108+
mangle: true
109109
})
110110
];
111111
}

0 commit comments

Comments
 (0)