Replies: 1 comment 1 reply
-
Oh interesting. Yea, that makes sense based on how its written. I'm not sure what the best way to fix this is, since ordering wise it's been converted to JS before the optimize plugin sees it. |
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
-
When importing css in a react app like so:
File:
src/index.tsx
File:
src/index.css
the result of
snowpack build
isFile:
/build/_dist_/index.css
File:
/build/_dist_/index.css.proxy.js
Beta Was this translation helpful? Give feedback.
All reactions