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

Usage with webpack5's new `cache.type = 'filesystem'` seems broken across builds.

Open erlandsona opened this issue 3 years ago • 0 comments

Webpack has a new cache: { type: 'filesystem' } which elm-webpack-loader doesn't seem to be busting properly.

When I run webpack the first time it builds all the Elm code for the project. Then after making a change to any of the Elm code and running webpack subsequent times seem to "re-use" the cache even tho there have been changes to the Elm code.

Preferably elm-webpack-loader would support this use case.

erlandsona avatar Jan 21 '22 19:01 erlandsona