elm-webpack-loader
elm-webpack-loader copied to clipboard
Webpack loader for the Elm programming language.
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
See https://github.com/elm-community/elm-webpack-loader/issues/200 "temp" is in the package-lock.json But when running this without elm-test in the same project I get this issue above ``` Error: Cannot find module 'temp' ``` As...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
I tried to reproduce this with the included webpack2 example but I couldn't get that one running. The issue is that using webpack2 seems to nest the `Elm` javascript variable....
In version 6.01 making a change in the source will cause webpack to re-compile the changes. Nothing happens in version 7.01 now. The only way to get the changes is...
This module uses `temp` here https://github.com/elm-community/elm-webpack-loader/blob/2bbe487e654231e3531374747c23043b8f440a44/index.js#L5 But it is not in the dependecies in package.json. So I'm getting: ``` Error: Cannot find module 'temp' ``` If you have `elm-test` in...
I'm trying to upgrade elm-webpack-loader from 6.0.1 to 7.0.1. But during compilation I get a bunch of lines like this (sorry it's in Dutch): > elm.exe: getMBlocks: VirtualAlloc MEM_COMMIT failed:...
I would like to modify the generated output so Elm doesn't take over the body element, but inserts a div. There are simply too many issues with taking over the...