Skip to content

Commit

Permalink
Fix swcrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 27, 2023
1 parent 9d8a5d6 commit dde6b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc/tests/fixture/issues-7xxx/7862/input/.swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"isModule": true,
"env": {
"targets": "ios_saf 10",
"coreJs": 3,
"coreJs": "3.21",
"mode": "usage"
}
}
1 change: 1 addition & 0 deletions crates/swc/tests/fixture/issues-7xxx/7862/output/1.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "core-js/modules/es.global-this.js";
import "core-js/modules/es.promise.js";
console.log(Promise.resolve);
console.log(globalThis);

0 comments on commit dde6b6a

Please sign in to comment.