deno.land / x / lodash@4.17.19 / lib / common / uglify.options.js

uglify.options.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
'use strict';
/** * The UglifyJS options object for * [compress](https://github.com/mishoo/UglifyJS2#compressor-options), * [mangle](https://github.com/mishoo/UglifyJS2#mangler-options), and * [output](https://github.com/mishoo/UglifyJS2#beautifier-options) options. */module.exports = { 'compress': { 'collapse_vars': true, 'negate_iife': false, 'pure_getters': true, 'unsafe': true, 'warnings': false }, 'output': { 'ascii_only': true, 'comments': /@license/, 'max_line_len': 500 }};
lodash

Version Info

Tagged at
3 years ago

External Dependencies

No external dependencies 🎉