Tips on setting this up with CRACO and CRA? #963
Unanswered
onionhammer
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Have you tried adding a semicolon?
|
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
-
I've been banging my head against this a bit trying to avoid ejecting or going with a different css-in-js library, everything seems like it ought to work, but when I do it it blows up with.. basically loses TypeScript support when I add the @compiled webpack loader.
I'm adding this custom plugin to my craco.config.js to try to inject the '@compiled/webpack-loader' in
I've tried a bunch of varieties of this, such as discarding the previous loader and just adding
{ loader: "babel-loader" }
as described here, same dealBeta Was this translation helpful? Give feedback.
All reactions