Parcel v2 fails to build react app when using @import url() in scss module #8488
Unanswered
williamOnsare
asked this question in
Q&A
Replies: 1 comment
-
Just returned to a parcel project after a long time. Upgraded to 2.8.2 from 2.2.0 and this is the error I keep getting when I build. Seems ridiculous you can't important fonts from external URLs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After migrating from Parcel v1 to v2, building the same react app (CRA) using parcel keeps failing to resolve Google fonts URL imported in stylesheet claiming its an unknown url scheme or pipeline 'https:'
Kindly help.
The line causing failure is
which I also attempted without the url() syntax like this
but still fails to build.
Here is a screenshot

Below is the
package.json
fileBeta Was this translation helpful? Give feedback.
All reactions