Why result code being wrapped by src dir in unbundle mode after v0.21.0?
#829
Closed
alpheusmtx
started this conversation in
General
Replies: 1 comment
-
|
Please raise an issue with minimal reproduction. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Before v0.21.0,
./src/abc.tswill be transformed into./dist/abc.jsinunbundlemode. But after v0.21.0,./src/abc.tsbeing transformed into./dist/src/abc.js. Is that a correct behaviour? Why is this happening?Beta Was this translation helpful? Give feedback.
All reactions