File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 171
171
no_mangle : true
172
172
} ,
173
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
174
+ //If using UglifyJS2 for script optimization, these config options can be
175
+ //used to pass configuration values to UglifyJS2.
176
+ //For possible `output` values see:
177
+ //https://github.com/mishoo/UglifyJS2#beautifier-options
178
+ //For possible `compress` values see:
179
+ //https://github.com/mishoo/UglifyJS2#compressor-options
179
180
uglify2 : {
180
181
//Example of a specialized config. If you are fine
181
182
//with the default options, no need to specify
You can’t perform that action at this time.
0 commit comments