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 6f834c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -228,7 +228,7 @@ const nodeUmdRollupConfigFactory = (banner, importCheckNames, targetType, theNam
uglify({
ie8: true,
ie: true,
toplevel: true,
toplevel: false,
compress: {
ie: true,
passes:3,
Expand Down

0 comments on commit 6f834c7

Please sign in to comment.