Skip to content

Commit f147dfe

Browse files
authored
Remove unsafe terser optimizations (#6889)
This optimizer feature was causing the native Symbol implementation to be replaced for some reason. This in turn causes the Closure polyfills code to break inside validator_wasm.js
1 parent 1e82538 commit f147dfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

playground/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ module.exports = (env, argv) => {
4444
ecma: '2015',
4545
compress: {
4646
defaults: true,
47-
unsafe: true,
4847
},
4948
},
5049
}),

0 commit comments

Comments
 (0)