Skip to content

Commit edbd3e0

Browse files
committed
Use dev-expression Babel plugin
1 parent 1bfce34 commit edbd3e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.babelrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"stage": 0,
3-
"loose": "all"
3+
"loose": "all",
4+
"plugins": [
5+
"dev-expression"
6+
]
47
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"babel-core": "^5.4.7",
3636
"babel-eslint": "^3.1.23",
3737
"babel-loader": "^5.0.0",
38+
"babel-plugin-dev-expression": "^0.1.0",
3839
"bundle-loader": "^0.5.2",
3940
"codecov.io": "^0.1.6",
4041
"coveralls": "^2.11.4",

0 commit comments

Comments
 (0)