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
{{ message }}
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.
This way I'm unable to import CSS packages from my index.js. I understand I could still import them from my CSS files but I find this indirect chain of imports harder to reason -- this import that that import that other thing.
Would we run into any issues by removing this exclude rule? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Any particular reason we're excluding CSS loader from
node_modules
?https://github.com/netlify-templates/victor-hugo/blob/master/webpack.common.js#L32-L36
This way I'm unable to import CSS packages from my
index.js
. I understand I could still import them from my CSS files but I find this indirect chain of imports harder to reason -- this import that that import that other thing.Would we run into any issues by removing this exclude rule? Thanks in advance.
The text was updated successfully, but these errors were encountered: