Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 41b1c9f

Browse files
committed
Disable mangle in uglify
1 parent 3cf9757 commit 41b1c9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ module.exports = (options) ->
210210
# Reference: http://webpack.github.io/docs/list-of-plugins.html#uglifyjsplugin
211211
# Minify all javascript, switch loaders to minimizing mode
212212
config.plugins.push new webpack.optimize.UglifyJsPlugin
213+
mangle: false
213214

214215
config.plugins.push new CompressionPlugin
215216
asset: "{file}.gz",

0 commit comments

Comments
 (0)