Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

How to tie '- - hot' so that when you change and save in files, see the changes in the browser #313

Open
yura-master-web opened this issue Apr 6, 2017 · 1 comment

Comments

@yura-master-web
Copy link

No description provided.

@zainulabidin302
Copy link

npm install --save-dev babel-preset-react-hmre

change module section in webpack.config.js

module: {
  loaders: [
    { test: /\.js$/, exclude: /node_modules/, loader: 'babel-loader?presets[]=es2015&presets[]=react&presets[]=react-hmre',
      }
  ]
}

in package.json change scripts section


  "scripts": {
    "start": "webpack-dev-server --inline --content-base --hot"
  },

And that's it, happy live reload ...
http://matthewlehner.net/react-hot-module-replacement-with-webpack/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants