Local serve doesn't reflect changes done in file by webstorm ide
When I edit some file and save it doesn't reflect any changes to local server in browser. It reloads but no new changes shown on browser. I am using angular 4. Whats the real problem behind this? I am using webstorm 2017.2.2.
Please sign in to leave a comment.
Likely the problem is that cli/webpack don't work with 'safe write' (https://webpack.github.io/docs/webpack-dev-server.html#working-with-editors-ides-supporting-safe-write) - though they marked it fixed in webpack 2, it's still the issue.
Please try disabling Use "safe write" in Settings | Appearance & Behavior | System Settings - does it make things any better?