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.
2 parents b95919a + 1723da2 commit 6afea7dCopy full SHA for 6afea7d
.babelrc
@@ -1,7 +1,8 @@
1
{
2
"presets": [["env", {
3
"targets": {
4
- "node": 4
+ "node": 4,
5
+ "browsers": ["last 2 versions"]
6
}
7
}]],
8
"plugins": ["add-module-exports"],
package.json
@@ -26,7 +26,7 @@
26
"babel-core": "^6.21.0",
27
"babel-eslint": "^7.1.1",
28
"babel-plugin-add-module-exports": "^0.2.1",
29
- "babel-preset-env": "^1.4.0",
+ "babel-preset-env": "^1.6.0",
30
"babel-register": "^6.18.0",
31
"cross-env": "^3.1.4",
32
"del-cli": "^0.2.1",
0 commit comments