Skip to content

Commit

Permalink
don't mangle exports
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Nov 2, 2024
1 parent ca3c0e6 commit 5109646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const getBaseConfig = () => ({
optimization: {
concatenateModules: true, // makes DEV code run faster
chunkIds: false,
mangleExports: false,
minimizer: DEV ? [] : [
new TerserPlugin(mergeCfg({
exclude: CM_NATIVE_RE,
Expand Down

0 comments on commit 5109646

Please sign in to comment.