Remove hot reloader… for now.

This commit is contained in:
Drew Larson
2017-05-23 19:29:56 -06:00
parent e521abfa17
commit e6b189edd8
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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
View File
@@ -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 }),