You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In reference to the issue #9 , I found a boolean setting for webpack-dev-server which enables writing the changed files to disk. You just need to add writeToDisk: true to the devServer part in webpack.dev.js:
@kmotoko did this work for you? I tried locally and it does not work for me. Maybe because I had t odowngrade webpack-dev-server. Can you do a PR with your working configuration?
In reference to the issue #9 , I found a boolean setting for
webpack-dev-server
which enables writing the changed files to disk. You just need to addwriteToDisk: true
to thedevServer
part inwebpack.dev.js
:The docs for the relevant option is here: https://webpack.js.org/configuration/dev-server/#devserverwritetodisk-
The text was updated successfully, but these errors were encountered: