Skip to content

Commit

Permalink
dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyChang committed Oct 3, 2015
1 parent 2072cac commit e33eec5
Show file tree
Hide file tree
Showing 12 changed files with 155 additions and 61 deletions.
20 changes: 20 additions & 0 deletions .babelrc
@@ -0,0 +1,20 @@
{
"stage": 0,
"env": {
"development": {
"plugins": ["react-transform"],
"extra": {
"react-transform": {
"transforms": [{
"transform": "react-transform-hmr",
"imports": ["react"],
"locals": ["module"]
}, {
"transform": "react-transform-catch-errors",
"imports": ["react", "redbox-react"]
}]
}
}
}
}
}
2 changes: 1 addition & 1 deletion build/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/bundle.js.map

Large diffs are not rendered by default.

0 comments on commit e33eec5

Please sign in to comment.