oswilno/client/.swcrc

80 lines
2.0 KiB
Plaintext
Raw Normal View History

2022-07-05 16:02:27 +02:00
{
"module": {
"type": "es6",
"strict": false,
"strictMode": true,
"lazy": false,
"noInterop": false
},
2022-07-24 13:46:15 +02:00
"minify": true,
2022-07-05 16:02:27 +02:00
"jsc": {
"parser": {
2022-07-08 15:28:30 +02:00
"syntax": "ecmascript",
"dynamicImport": true,
"privateMethod": true,
"functionBind": true,
"exportDefaultFrom": true,
"exportNamespaceFrom": true,
"decorators": true,
"decoratorsBeforeExport": true,
"topLevelAwait": true,
"importMeta": true
2022-07-05 16:02:27 +02:00
},
2022-07-23 13:36:38 +02:00
"target": "es2022",
2022-07-05 16:02:27 +02:00
"minify": {
2022-07-24 13:46:15 +02:00
"compress": {
"arguments": false,
"arrows": true,
"booleans": true,
"booleans_as_integers": false,
"collapse_vars": true,
"comparisons": true,
"computed_props": false,
"conditionals": false,
"dead_code": false,
"directives": false,
"drop_console": false,
"drop_debugger": true,
"evaluate": true,
"expression": false,
"hoist_funs": false,
"hoist_props": true,
"hoist_vars": false,
"if_return": true,
"join_vars": true,
"keep_classnames": false,
"keep_fargs": true,
"keep_fnames": false,
"keep_infinity": false,
"loops": true,
"negate_iife": true,
"properties": true,
"reduce_funcs": false,
"reduce_vars": false,
"side_effects": true,
"switches": false,
"typeofs": true,
"unsafe": false,
"unsafe_arrows": false,
"unsafe_comps": false,
"unsafe_Function": false,
"unsafe_math": false,
"unsafe_symbols": false,
"unsafe_methods": false,
"unsafe_proto": false,
"unsafe_regexp": false,
"unsafe_undefined": false,
"unused": true
},
"mangle": {
"toplevel": false,
"keep_classnames": false,
"keep_fnames": false,
"keep_private_props": false,
"ie8": false,
"safari10": false
}
2022-07-23 13:36:38 +02:00
}
2022-07-24 13:46:15 +02:00
}
2022-07-05 16:02:27 +02:00
}