Closed gumarm closed 7 years ago
I tested this on my Windows machine and it is now working here too. Thanks
No problem! There are still some parts of this starter pack that are not Windows compatible (such as the build
command which uses unix commands), but at least with this fix it runs good enough!
Thanks guys! I'm not an Elm user and not able to devote time to this repo, so looking for maintainers! :) Will be updating the README to that effect..
The file name of the bundle produced is not found on a Windows machine by the webpack-dev-server. This fixes that issue.
The
--content-base
flag was also relocated to thewebpack.config.js
file so all config is in one spot.