Closed tingc10 closed 5 years ago
I have used assets-webpack-plugin it works well. Please provide an example of your app and I will check it
Write me if the problem is still appears
@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
I am using
webpack-assets-manifest
to generate amanifest.json
. Currently, the CSS is splitting out by media query, but the assets are not showing up in mymanifest.json
. How do you recommend loading these assets?EDIT Also we don't have SSR enabled.