We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just like in #665 , but on most recent webpack 5.65.0, all consecutive changes after first one are ignored.
5.65.0
Quick fiddling showed that apparently API has changed a bit, and now here must be fileWatcher.watcher.* instead of fileWatcher.*.
fileWatcher.watcher.*
fileWatcher.*
The text was updated successfully, but these errors were encountered:
happy to take a PR that supports both the old and new here.
Sorry, something went wrong.
Sorry to jump in here but currently facing the same issue. Is the PR likely to merged?
Try to use useAltLoader: true. It helped me for storybook + react-refresh.
useAltLoader: true
{ loader: 'astroturf/loader', options: { enableCssProp: true, useAltLoader: true }, },
No branches or pull requests
Just like in #665 , but on most recent webpack
5.65.0
, all consecutive changes after first one are ignored.Quick fiddling showed that apparently API has changed a bit, and now here must be
fileWatcher.watcher.*
instead offileWatcher.*
.The text was updated successfully, but these errors were encountered: