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
Does this plugin work with the webpack-stats-plugin? Once I include media-query-splitting I see the files in the output folder on disk, but they aren't showing up in the webpack stats object (so I can't transform them and then load them into the HTML file I'm generating).
edit: Here's the entire stats object I'm receiving in my transform function:
It also doesn't work with webpack-bundle-tracker, which is necessary for this to work with django-webpack-loader.
The assets do show in compilation stats when using the option --json=compilation-stats.json, but they don't appear to belong to any chunk name, which is why I think the files generated with this plugin are not being recognized by any stats package:
Does this plugin work with the webpack-stats-plugin? Once I include media-query-splitting I see the files in the output folder on disk, but they aren't showing up in the webpack stats object (so I can't transform them and then load them into the HTML file I'm generating).
edit: Here's the entire stats object I'm receiving in my
transform
function:The text was updated successfully, but these errors were encountered: