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 1bfce34 + edbd3e0 commit b5d0debCopy full SHA for b5d0deb
.babelrc
@@ -1,4 +1,7 @@
1
{
2
"stage": 0,
3
- "loose": "all"
+ "loose": "all",
4
+ "plugins": [
5
+ "dev-expression"
6
+ ]
7
}
package.json
@@ -35,6 +35,7 @@
35
"babel-core": "^5.4.7",
36
"babel-eslint": "^3.1.23",
37
"babel-loader": "^5.0.0",
38
+ "babel-plugin-dev-expression": "^0.1.0",
39
"bundle-loader": "^0.5.2",
40
"codecov.io": "^0.1.6",
41
"coveralls": "^2.11.4",
0 commit comments