elm-community / elm-webpack-starter

Boilerplate for developing Elm apps on Webpack
http://elm-community.org/elm-webpack-starter/
861 stars 107 forks source link

Fix for issue#43 (webpack-dev-server now works on Windows) #45

Closed gumarm closed 7 years ago

gumarm commented 7 years ago

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 the webpack.config.js file so all config is in one spot.

JonathanDDuncan commented 7 years ago

I tested this on my Windows machine and it is now working here too. Thanks

gumarm commented 7 years ago

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!

moarwick commented 7 years ago

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..