Skip to content

Commit 58f59ac

Browse files
committed
Merge pull request react-bootstrap#1470 from taion/dev-expression
Use dev-expression Babel plugin
2 parents 3bb42f2 + 66d76e6 commit 58f59ac

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"stage": 1,
33
"optional": ["runtime"],
4-
"loose": ["all"]
4+
"loose": ["all"],
5+
"plugins": ["dev-expression"]
56
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"babel-core": "^5.8.25",
4949
"babel-eslint": "^4.1.3",
5050
"babel-loader": "^5.3.2",
51+
"babel-plugin-dev-expression": "^0.1.0",
5152
"bootstrap": "^3.3.5",
5253
"brfs": "^1.4.1",
5354
"chai": "^3.3.0",

0 commit comments

Comments
 (0)