Skip to content

Commit c6a672e

Browse files
ertrzyiksnicolo-ribaudo
authored andcommitted
Add wrong test
1 parent 440228d commit c6a672e

File tree

5 files changed

+378
-6
lines changed

5 files changed

+378
-6
lines changed

packages/babel-plugin-polyfill-corejs3/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
2626
"@babel/plugin-transform-for-of": "^7.10.4",
2727
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
28+
"@babel/[email protected]": "npm:@babel/[email protected]",
2829
"core-js-pure": "^3.8.1"
2930
},
3031
"peerDependencies": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import 'core-js';
2+
;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"plugins": [
3+
["@@/polyfill-corejs3", { "method": "entry-global" }]
4+
],
5+
"presets": [
6+
["@babel/[email protected]", { "modules": false, "corejs": 3, "useBuiltIns": "entry" }]
7+
]
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
;

0 commit comments

Comments
 (0)