CLI: how to use TypeScript in config file with custom loader? #19152
-
Hi, i want to use But I get error about any of know loaders not found in my project like I try to use How can I disable default search of known loaders? |
Beta Was this translation helpful? Give feedback.
Answered by
alexander-akait
Feb 5, 2025
Replies: 1 comment 3 replies
-
Yeah, this is limitation of |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
krutoo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, this is limitation of
interpret
, there is the same issue about webpack/webpack-cli#3905, solution - disableinterpret
and use tsimp directly