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

Webpack loader for the Elm programming language.

Results 58 elm-webpack-loader issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.7.0 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

[CVE-2022-37601](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-37601) can be fixed by updating the package `loader-utils` to version 3.0.0

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...

dependencies

Using elm-webpack-loader 8.0.0 and elm-hot-webpack-loader 1.1.8 with webpack 5.74.0, the overlay now only shows the following information when there’s an Elm error: ``` Compiled with problems: ERROR in ./assets/elm/Shop/Main.elm Module...

We are having problems with browser extensions that interact with a part of the dom that elm is responsible for. The only way I've found I can fix this is...

Fixes #180 Compiling Main.elm always failed for me with a really unhelpful message: ``` I do not recognize this flag: - Maybe you want one of these instead? --docs= --debug...