elm-webpack-starter icon indicating copy to clipboard operation
elm-webpack-starter copied to clipboard

Boilerplate for developing Elm apps on Webpack

Results 12 elm-webpack-starter issues
Sort by recently updated
recently updated
newest added

i cloned the repository, ran `yarn install`, then `webpack`, an error was displayed, which is fixed by adding a dependency to `loglevel`. fixed with this pull-request. cheers!

Added support for elm 0.19 Updated dependencies

I randomly stumbled upon this repository and found an issue. The yarn lockfile must be included in the repository, as it ensures that all dependencies *and subdependencies* are the same...

All packages upgraded. `webpack` compiles successfully. Could not reproduce https://github.com/simonh1000/elm-webpack-starter/issues/3

Too many lines of code being pushed in a webapp repo because of the css file in `dist` folder. `dist` folder in github repo is for free gh-pages hosting.

Without explicitly setting `publicPath`, webpack builds the output path for `main.js` relative to the URL. This works fine for paths such as `/` and `/posts`, but as soon as the...

Hi there, first of all, thanks for a great starter pack 👍 Hopefully I'm not stepping on any toes here, just want to suggest some changes after prior experiences over...

It would be nice to see the environment setup for unit & fuzz tests in the boilerplate too.