mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 17:23:24 -05:00
Remove hot reloader… for now.
This commit is contained in:
parent
e521abfa17
commit
e6b189edd8
@ -45,7 +45,6 @@
|
|||||||
"normalize.css": "^4.1.1",
|
"normalize.css": "^4.1.1",
|
||||||
"postcss-loader": "^0.9.1",
|
"postcss-loader": "^0.9.1",
|
||||||
"react-addons-css-transition-group": "^15.4.1",
|
"react-addons-css-transition-group": "^15.4.1",
|
||||||
"react-hot-loader": "^1.3.0",
|
|
||||||
"react-toolbox": "^0.16.2",
|
"react-toolbox": "^0.16.2",
|
||||||
"sass-loader": "^3.2.0",
|
"sass-loader": "^3.2.0",
|
||||||
"style-loader": "^0.13.1",
|
"style-loader": "^0.13.1",
|
||||||
|
@ -22,7 +22,6 @@ config.devtool = 'eval-source-map';
|
|||||||
|
|
||||||
// Add HotModuleReplacementPlugin and BundleTracker plugins
|
// Add HotModuleReplacementPlugin and BundleTracker plugins
|
||||||
config.plugins = config.plugins.concat([
|
config.plugins = config.plugins.concat([
|
||||||
new webpack.HotModuleReplacementPlugin(),
|
|
||||||
new webpack.NoErrorsPlugin(),
|
new webpack.NoErrorsPlugin(),
|
||||||
new BundleTracker({ filename: './webpack-stats.json' }),
|
new BundleTracker({ filename: './webpack-stats.json' }),
|
||||||
new ExtractTextPlugin('react-toolbox.css', { allChunks: true }),
|
new ExtractTextPlugin('react-toolbox.css', { allChunks: true }),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user