Skip to content

Commit

Permalink
Disable hot loader for production
Browse files Browse the repository at this point in the history
  • Loading branch information
tihonove committed Nov 5, 2017
1 parent 42a7abe commit deebda3
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@
"stage-0",
"react"
],
"plugins": [
"react-hot-loader/babel"
]
}
"env": {
"development": {
"plugins": [
"react-hot-loader/babel"
]
},
"storybook": {
"plugins": [
"react-hot-loader/babel"
]
}
}
}

0 comments on commit deebda3

Please sign in to comment.