Skip to content

Commit

Permalink
Add wrong test
Browse files Browse the repository at this point in the history
  • Loading branch information
ertrzyiks authored and nicolo-ribaudo committed Jan 9, 2021
1 parent 440228d commit c6a672e
Show file tree
Hide file tree
Showing 5 changed files with 378 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/babel-plugin-polyfill-corejs3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-for-of": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/[email protected]": "npm:@babel/[email protected]",
"core-js-pure": "^3.8.1"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import 'core-js';
;
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"plugins": [
["@@/polyfill-corejs3", { "method": "entry-global" }]
],
"presets": [
["@babel/[email protected]", { "modules": false, "corejs": 3, "useBuiltIns": "entry" }]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
;
Loading

0 comments on commit c6a672e

Please sign in to comment.