You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: