Skip to content

Commit 3019eae

Browse files
committed
build(babel): install @babel/preset-es2015
1 parent e906d97 commit 3019eae

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

.babelrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2+
"ignore": [
3+
"node_modules/**"
4+
],
25
"presets": [
3-
"@babel/preset-stage-0"
6+
"@babel/preset-stage-0",
7+
"@babel/preset-es2015"
48
],
59
"plugins": [
610
"@babel/plugin-proposal-pipeline-operator",

package-lock.json

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.40",
4747
"@babel/plugin-proposal-pipeline-operator": "^7.0.0-beta.40",
4848
"@babel/preset-env": "^7.0.0-beta.40",
49+
"@babel/preset-es2015": "^7.0.0-beta.40",
4950
"@babel/preset-stage-0": "^7.0.0-beta.40",
5051
"@babel/register": "^7.0.0-beta.40",
5152
"babel-eslint": "^8.2.1",

0 commit comments

Comments
 (0)