Skip to content

Commit aa18f76

Browse files
committed
build(babel): Remove @babel/polyfill
No longer needed due to #14359 See the [release notes for [email protected]](https://babeljs.io/blog/2019/03/19/7.4.0) for more information
1 parent b5f9dd8 commit aa18f76

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"@babel/plugin-proposal-object-rest-spread": "~7.6.2",
1414
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
1515
"@babel/plugin-transform-runtime": "~7.6.2",
16-
"@babel/polyfill": "~7.7.0",
1716
"@babel/preset-env": "~7.7.1",
1817
"@babel/preset-react": "^7.7.0",
1918
"@babel/preset-typescript": "^7.7.2",

yarn.lock

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,14 +1323,6 @@
13231323
"@babel/helper-regex" "^7.0.0"
13241324
regexpu-core "^4.1.3"
13251325

1326-
"@babel/polyfill@~7.7.0":
1327-
version "7.7.0"
1328-
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.7.0.tgz#e1066e251e17606ec7908b05617f9b7f8180d8f3"
1329-
integrity sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ==
1330-
dependencies:
1331-
core-js "^2.6.5"
1332-
regenerator-runtime "^0.13.2"
1333-
13341326
13351327
version "7.1.0"
13361328
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.0.tgz#e67ea5b0441cfeab1d6f41e9b5c79798800e8d11"
@@ -4943,11 +4935,6 @@ core-js@^2.5.7:
49434935
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.1.tgz#87416ae817de957a3f249b3b5ca475d4aaed6042"
49444936
integrity sha512-L72mmmEayPJBejKIWe2pYtGis5r0tQ5NaJekdhyXgeMQTpJoBsH0NL4ElY2LfSoV15xeQWKQ+XTTOZdyero5Xg==
49454937

4946-
core-js@^2.6.5:
4947-
version "2.6.9"
4948-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2"
4949-
integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==
4950-
49514938
core-js@^3.2.1:
49524939
version "3.2.1"
49534940
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.2.1.tgz#cd41f38534da6cc59f7db050fe67307de9868b09"

0 commit comments

Comments
 (0)