Skip to content

Commit

Permalink
[Master] Bug [AI/1DS] New minified bundles are corrupting global scope
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Sep 18, 2023
1 parent 17f82f9 commit b3435ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const browserRollupConfigFactory = (banner, importCheckNames, targetType, theNam
uglify({
ie8: true,
ie: true,
toplevel: true,
toplevel: false,
compress: {
ie: true,
passes:3,
Expand Down

0 comments on commit b3435ac

Please sign in to comment.