Browse Source

Remove hot reloader… for now.

feature/bike-tracking
Drew Larson 7 years ago
parent
commit
e6b189edd8
  1. 1
      bikeshop_project/package.json
  2. 1
      bikeshop_project/webpack.dev.config.js

1
bikeshop_project/package.json

@ -45,7 +45,6 @@
"normalize.css": "^4.1.1",
"postcss-loader": "^0.9.1",
"react-addons-css-transition-group": "^15.4.1",
"react-hot-loader": "^1.3.0",
"react-toolbox": "^0.16.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",

1
bikeshop_project/webpack.dev.config.js

@ -22,7 +22,6 @@ config.devtool = 'eval-source-map';
// Add HotModuleReplacementPlugin and BundleTracker plugins
config.plugins = config.plugins.concat([
new webpack.HotModuleReplacementPlugin(),
new webpack.NoErrorsPlugin(),
new BundleTracker({ filename: './webpack-stats.json' }),
new ExtractTextPlugin('react-toolbox.css', { allChunks: true }),

Loading…
Cancel
Save