Replies: 2 comments
-
CRACO doesn't modify any config files and instead modifies the modules at runtime before they're used by your project. The webpack configuration that you wrote in your CRACO config might be incorrect, but feel free to share it here if you'd like. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seems like I deleted that config file some time back since I couldn't get it to work. I'll see if I have another go later. |
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
-
I tried looking at the docs but can't figure this out. Does it end up changing the contents of js/tsconfig.json? I'm struggling to get aliases to work and can't figure out what's wrong. --verbose shows no issues (and says "Added webpack alias.") but tsconfig.json doesn't have the changes. More specifically I'm trying to add some path aliases and even though I think I do it like several pages say compilation fails when I try to use them.
So how would I debug this issue?
Beta Was this translation helpful? Give feedback.
All reactions