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
I need the contents of the eval on a separated file so I can read it from a server side language.
I'm not sure where's the best place to extract this informacion. I think I could hack the css-loader loader to retrieve the mappings, but maybe it makes more sense doing this job on extract-css-chunks-webpack-plugin, because it's extract-chunks related.
The text was updated successfully, but these errors were encountered:
I'm using CSS modules and server side rendering. I need to extract to a file the class mappings for my modules:
This creates the following code in the bundled js file:
I need the contents of the eval on a separated file so I can read it from a server side language.
I'm not sure where's the best place to extract this informacion. I think I could hack the css-loader loader to retrieve the mappings, but maybe it makes more sense doing this job on extract-css-chunks-webpack-plugin, because it's extract-chunks related.
The text was updated successfully, but these errors were encountered: