We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5494b95 commit bdf2128Copy full SHA for bdf2128
.babelrc
@@ -1,5 +1,5 @@
1
{
2
- "presets": ["es2015"],
+ "presets": ["env"],
3
"plugins": [
4
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
5
],
package.json
@@ -20,9 +20,9 @@
20
"babel-core": "^6.26.3",
21
"babel-eslint": "^7.2.3",
22
"babel-jest": "^20.0.3",
23
- "babel-plugin-transform-replace-object-assign": "^2.0.0",
+ "babel-plugin-transform-replace-object-assign": "^1.0.0",
24
"babel-polyfill": "^6.26.0",
25
- "babel-preset-es2015": "^6.24.1",
+ "babel-preset-env": "^1.7.0",
26
"babylon": "^6.18.0",
27
"coveralls": "^2.13.3",
28
"eslint": "^5.16.0",
0 commit comments