Skip to content

Commit

Permalink
Merge pull request #2451 from taion/dev-expression
Browse files Browse the repository at this point in the history
Use dev-expression Babel plugin
  • Loading branch information
ryanflorence committed Nov 2, 2015
2 parents 1bfce34 + edbd3e0 commit b5d0deb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"stage": 0,
"loose": "all"
"loose": "all",
"plugins": [
"dev-expression"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.23",
"babel-loader": "^5.0.0",
"babel-plugin-dev-expression": "^0.1.0",
"bundle-loader": "^0.5.2",
"codecov.io": "^0.1.6",
"coveralls": "^2.11.4",
Expand Down

0 comments on commit b5d0deb

Please sign in to comment.