Skip to content

Commit 0343a07

Browse files
author
Glenn Reyes
committed
Updated node packages & pass tests
1 parent 4a0f40a commit 0343a07

7 files changed

Lines changed: 14830 additions & 14333 deletions

File tree

.babelrc

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
{
2-
"stage": 0,
2+
"presets": ["es2015", "react", "stage-0"],
33
"env": {
44
"development": {
5-
"plugins": ["react-transform"],
6-
"extra": {
7-
"react-transform": {
8-
"transforms": [{
9-
"transform": "react-transform-hmr",
10-
"imports": ["react"],
11-
"locals": ["module"]
12-
}, {
13-
"transform": "react-transform-catch-errors",
14-
"imports": ["react", "redbox-react"]
15-
}]
16-
}
17-
}
5+
"presets": ["react-hmre"]
186
}
197
}
208
}

0 commit comments

Comments
 (0)