Skip to content

Commit

Permalink
Use the alternative react-hot-loader/webpack approach
Browse files Browse the repository at this point in the history
  • Loading branch information
KidkArolis committed Sep 24, 2017
1 parent 530fb8f commit c72df24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
["es2015", {"modules": false}],
"stage-2",
"react"
],
"plugins": [
"react-hot-loader/babel"
]
}
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = {
{
test: /\.jsx?$/,
use: [
'react-hot-loader/webpack',
'babel-loader',
],
exclude: /node_modules/,
Expand Down

0 comments on commit c72df24

Please sign in to comment.