Skip to content

Instantly share code, notes, and snippets.

@hedgerh
Last active November 4, 2015 02:53
Show Gist options
  • Select an option

  • Save hedgerh/c9e9ffbff76f3bf06742 to your computer and use it in GitHub Desktop.

Select an option

Save hedgerh/c9e9ffbff76f3bf06742 to your computer and use it in GitHub Desktop.
{
"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"]
},
{
"transform": "react-transform-render-visualizer"
}]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment