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
I am trying to run a development server locally and code doesn't appear to reload code in the browser on save of file or on reload of browser. This happens when I run the server with npm run start.
Alternatively I have tried running a development server using nwb with npm run serve and then the code reloading does work. However, in this case no css is loaded and the index html is more bare than expected and of providence that I can't figure out:
Ok, I figured out how to get npm run serve working. The trouble was nwb was using its own default "index.html" to start the app with. I changed HtmlWebpackPlugin plugin to compile views/index.ejs to it instead in #85. Am I doing the right thing @insin?
I am trying to run a development server locally and code doesn't appear to reload code in the browser on save of file or on reload of browser. This happens when I run the server with
npm run start
.Alternatively I have tried running a development server using nwb with
npm run serve
and then the code reloading does work. However, in this case no css is loaded and the index html is more bare than expected and of providence that I can't figure out:I am running this on MacOS
The text was updated successfully, but these errors were encountered: