"webpack-dev-server": "2.4.1",
Using these configurations:
devServer: {
historyApiFallback: true,
stats: 'minimal',
https: true,
module.exports = webpackMerge(commonConfig, {
devtool: 'cheap-module-eval-source-map',
//devtool: 'inline-source-map', //fix for IE sourcemaps 404??
Browser console.error:
client?fc09:45 [WDS] Disconnected!
Bug:
[WDS] Disconnected! happens multiple times when historyApiFallback = true
and host is not set.
This will happen about 5 times or more when the ng2 spa is refreshed either through browser or code edit in latest chrome. The server starts fine.
I'm on windows 10 pro v1607 build 14393.953
"webpack-dev-server": "2.4.1",
Using these configurations:
devServer: {
historyApiFallback: true,
stats: 'minimal',
https: true,
module.exports = webpackMerge(commonConfig, {
devtool: 'cheap-module-eval-source-map',
//devtool: 'inline-source-map', //fix for IE sourcemaps 404??
Browser console.error:
client?fc09:45 [WDS] Disconnected!
Bug:
[WDS] Disconnected! happens multiple times when historyApiFallback = true
and host is not set.
This will happen about 5 times or more when the ng2 spa is refreshed either through browser or code edit in latest chrome. The server starts fine.
I'm on windows 10 pro v1607 build 14393.953