Replies: 1 comment 1 reply
-
Here is my prod.config.js. I think there may be an issue with the order things are executed in? Any help would be appreciated! `
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, thanks a lot for putting this together!
I'm trying to only load only critical and mobile styles, and then conditionally load styles for larger screens, and to do that in my previous setup I was using this plugin:
https://github.com/SassNinja/media-query-plugin
However I've no idea how to integrate it with this webpack config, can you give me some pointers as to where I can put the loader, and the plugin?
I can then modify the style-tags.liquid to handle the new files,
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions