Skip to content

Commit 6430873

Browse files
Restored .babelrc
.babelrc files can be ignored but babel was not ignoring the babel settings present in package.json.
1 parent 2ba307a commit 6430873

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .babelrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"presets": [
3+
"env"
4+
]
5+
}

Diff for: package.json

-5
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,5 @@
114114
"env-setup.js",
115115
"/node_modules/"
116116
]
117-
},
118-
"babel": {
119-
"presets": [
120-
"env"
121-
]
122117
}
123118
}

0 commit comments

Comments
 (0)