We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 400e433 + cf9abe8 commit 6391520Copy full SHA for 6391520
build/example.build.js
@@ -171,11 +171,12 @@
171
no_mangle: true
172
},
173
174
- //If using UglifyJS for script optimization, these config options can be
175
- //used to pass configuration values to UglifyJS.
176
- //For possible values see:
177
- //http://lisperator.net/uglifyjs/codegen
178
- //http://lisperator.net/uglifyjs/compress
+ //If using UglifyJS2 for script optimization, these config options can be
+ //used to pass configuration values to UglifyJS2.
+ //For possible `output` values see:
+ //https://github.com/mishoo/UglifyJS2#beautifier-options
+ //For possible `compress` values see:
179
+ //https://github.com/mishoo/UglifyJS2#compressor-options
180
uglify2: {
181
//Example of a specialized config. If you are fine
182
//with the default options, no need to specify
0 commit comments