Using webpack compile typescript #2752
chemzqm
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With
ts-loader
like:and
webpack -w
the compile process could be very slow, and it would report errors for related files (like test files that not included in bundle) but not automatically recompile after you fix the errors.One solution is use:
in
ts-loader
options, but you will miss errors reported bytsc
, use with care.Beta Was this translation helpful? Give feedback.
All reactions