Replies: 1 comment 3 replies
-
|
Currently Im curious why you can’t use your webpack |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi guys! I'm writing webpack loader in TypeScript, and I need reference to it as physical javascript file in my tests. For now I'm manually triggering "tsc" to turning my loader into js, afterwards I run jest task. For watching I run these task separately with watch flag. So I'm wondering if I could generate that js with ts-jest somehow without using tsc task each time.
Beta Was this translation helpful? Give feedback.
All reactions