Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
erlandsona opened this issue Jan 21, 2022 · 0 comments

Comments

@erlandsona
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant