-
Notifications
You must be signed in to change notification settings - Fork 430
Conversation
I tested this PR on my app and it worked like a charm. The app has a mix of |
I think it doesn't need babel-preset-stage-0 now since it doesn't use decorator. |
@TaopaiC good catch—removed |
@danmartinez101 I'm also testing on my end but I keep getting {
presets: [
'es2015',
'stage-0',
'react'
],
"env": {
"development": {
"plugins": [
["react-transform", {
"transforms": [{
"transform": "react-transform-hmr",
"imports": ["react"],
"locals": ["module"]
}, {
"transform": "react-transform-catch-errors",
"imports": ["react", "redbox-react"]
}]
}]
]
}
}
} |
babel-plugin-react-transform updated, how is it going now? |
I tried this PR not the master (master is supposed to work but is "outdated") @justingreenberg but I tried testing putting the pieces together on https://github.com/isobar-idev/node-react-stack-kit though not on a index html page.. I might be doing something wrong I'm going to go back at it tomorrow morning. Thanks |
Okay I've published |
Babel 6
.babelrc