mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
fix(webpack): set keep_quoted_props: true in TerserOptions (#10382)
This commit is contained in:
@ -157,6 +157,9 @@ export default function (config: Config, env: IWebpackEnv = _env): Config {
|
||||
},
|
||||
keep_fnames: true,
|
||||
keep_classnames: true,
|
||||
format: {
|
||||
keep_quoted_props: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
]);
|
||||
|
Reference in New Issue
Block a user