-
-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Description
Webpack issue here webpack/webpack#7300
I tried using the "Extracting all CSS in a single file" configuration from the README.
It works fine for the most part, except that the className mappings (created by css-loader
) are now loaded in a new js file.
I'm not sure if this is a limitation of MCEP or a side-effect of the new webpack splitChunks
feature.
Is there any way to have the css mapping modules merged into their parent chunks?
Possibly related to #41
the-spyke, t0mhaines, yyx990803, Rendalf, dozm and 42 moreDwood15, Uriziel01, louisscruz, TheAlexLichter, maapteh and 3 more