Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Created July 18, 2016 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeaholicguy/1c1b44d54a0cc2a692da334a2a2a04a9 to your computer and use it in GitHub Desktop.
Save codeaholicguy/1c1b44d54a0cc2a692da334a2a2a04a9 to your computer and use it in GitHub Desktop.
module.exports = {
entry: [
'webpack-dev-server/client?http://localhost:8080',
'webpack/hot/only-dev-server',
'./src/index.js'
],
...
devServer: {
...
hot: true
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment