Open stuaxo opened 1 week ago
Hi @stuaxo, thanks for reporting! Could you create and share a minimal project to reproduce this? I haven't used webpack-loader / Wagtail, and I don't think @EmilStenstrom has either.
Could you give me pointers on how the setup works?
Do you know where the optimiser.css
is coming from? Is it something that you defined, or generated by wagtail? I assume that the optimiser.css.map
file that's generated by webpack? And where is the file placed, is it in the static dir?
How does the integration with webpack work? Is webpack build step triggered as a separate command before calling collectstatic
, or does it run during collectstatic
?
I'm trying to add django-components to a project that has webpack-loader and uses ManifestStaticFilesStorage.
When I add ComoonentsFileSystemFinder, then collectstatic stops working
I'm trying to add django-components to a project that has webpack-loader and uses ManifestStaticFilesStorage (this is part of the default settings for wagtail).
When I add ComoonentsFileSystemFinder, then collectstatic stops working