fix(webpack): set keep_quoted_props: true in TerserOptions (#10382)

This commit is contained in:
Igor Randjelovic
2023-09-14 16:40:11 +02:00
committed by GitHub
parent 7c2938d2ac
commit 2cb26c2231
8 changed files with 67 additions and 16 deletions

View File

@ -157,6 +157,9 @@ export default function (config: Config, env: IWebpackEnv = _env): Config {
},
keep_fnames: true,
keep_classnames: true,
format: {
keep_quoted_props: true,
},
},
},
]);