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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
I am trying to use multi-loader so that I can emit multiple CSS bundle files (one per theme). The multi loader only accepts query string style loader parameters. So I used the combine-loaders to stringify the output from ETWP. However when I do this the CSS bundle file is not emitted.
I have simplified my config - removing SASS and PostCSS etc leaving the following to isolate the issue
When I run the code as shown - the output of ETWP is use directly, everything is OK and the CSS bundle is written to /dist/theme1.css
When I run combineLoaders on the output of the extract() function ( uncommenting line XXX and removing line YYY) then the CSS bundle file is no longer written.
For fully working project see the repo