We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb42f2 commit 66d76e6Copy full SHA for 66d76e6
2 files changed
.babelrc
@@ -1,5 +1,6 @@
1
{
2
"stage": 1,
3
"optional": ["runtime"],
4
- "loose": ["all"]
+ "loose": ["all"],
5
+ "plugins": ["dev-expression"]
6
}
package.json
@@ -48,6 +48,7 @@
48
"babel-core": "^5.8.25",
49
"babel-eslint": "^4.1.3",
50
"babel-loader": "^5.3.2",
51
+ "babel-plugin-dev-expression": "^0.1.0",
52
"bootstrap": "^3.3.5",
53
"brfs": "^1.4.1",
54
"chai": "^3.3.0",
0 commit comments