Open thers opened 2 years ago
happy to take a PR that supports both the old and new here.
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.
{
loader: 'astroturf/loader',
options: { enableCssProp: true, useAltLoader: true },
},
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.*
.