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 Oct 23, 2019. It is now read-only.
with the error: Module not found: Error: Can't resolve '[object Object]'
As mentioned: this particular example can be fixed using webpack-combine-loaders. However like @delsvr I'm trying to use ExtractTextPlugin to generate stylesheets for multiple themes
This fails because combineLoaders cant transform the returned config into a query string.
This is a complete showstopper for me at the moment trying to create multiple themes.
If the multi-loader is not amenable to a solution is there any other way to achieve the desired result?
Currently multi-loader only supports string based (sub) loaders e.g.
However the following fails:
with the error:
Module not found: Error: Can't resolve '[object Object]'As mentioned: this particular example can be fixed using webpack-combine-loaders. However like @delsvr I'm trying to use ExtractTextPlugin to generate stylesheets for multiple themes
This fails because combineLoaders cant transform the returned config into a query string.
This is a complete showstopper for me at the moment trying to create multiple themes.
If the multi-loader is not amenable to a solution is there any other way to achieve the desired result?