Skip to content

Commit dfba8a7

Browse files
clear brunch-config.json
1 parent 9d882cb commit dfba8a7

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

brunch-config.js

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,9 @@ exports.config = {
1919
}
2020
},
2121
},
22-
overrides: {
23-
production: {
24-
optimize: true,
25-
sourceMaps: false,
26-
// plugins: {
27-
// autoReload: {
28-
// enabled: false
29-
// }
30-
// }
31-
}
32-
},
3322
plugins: {
3423
uglify: {
35-
mangle: {
36-
toplevel: true,
37-
eval: true,
38-
functions: true
39-
},
40-
compress: {
41-
global_defs: {
42-
DEBUG: false
43-
}
44-
}
24+
mangle: true
4525
}
4626
}
4727
};

0 commit comments

Comments
 (0)