-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Hi sporto,
Thank you so much for this thorough and understandable elm tutorial! Awesome work!
Small suggestion. I'm probably just completely n00b as I haven't used webpack before, but to get the src folder as root on the dev server i had to supply --inline as a parameter in the package.json script, the inline option in the webpack.config didn't work for me. Most of it still works even if src is in the url, except the fonts aren't loaded. The webpack docs seem to be somewhat contradictive on this but on this page: https://webpack.js.org/configuration/dev-server/ it says that devServer.inline - CLI only. I'm totally guessing interpreting this to mean the webpack.config option doesn't work
EDIT: So, did not experience this on my linux setup, only on windows.