mike-diamond / media-query-splitting-plugin

Webpack 4 plugin for styles splitting by media query
MIT License
106 stars 17 forks source link

Resulting chunks not listed in manifest.json #4

Closed tingc10 closed 5 years ago

tingc10 commented 6 years ago

I am using webpack-assets-manifest to generate a manifest.json. Currently, the CSS is splitting out by media query, but the assets are not showing up in my manifest.json. How do you recommend loading these assets?

EDIT Also we don't have SSR enabled.

mike-diamond commented 5 years ago

I have used assets-webpack-plugin it works well. Please provide an example of your app and I will check it

mike-diamond commented 5 years ago

Write me if the problem is still appears

stevenmusumeche commented 5 years ago

@mike-diamond I am having the same issue. The query-based CSS is being generated and removed from the main files, however, they are not being included in loadable-stats.json