1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Remove hot reloader… for now.

This commit is contained in:
Drew Larson 2017-02-27 22:55:09 -06:00
parent e521abfa17
commit e6b189edd8
2 changed files with 0 additions and 2 deletions

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",

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 }),