You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From version 0.2.2 (reverted in 0.2.3 and reitroduced in 0.3.0) swc/cli stops dropping leading path from the output. Thus swc src --out-dir build/tmp/src will produce not build/tmp/src/<files> but build/tmp/src/src/<files>. This files are not copied properly into the dev folder in gradle task later.
See swc-project/cli#281 for details.
The text was updated successfully, but these errors were encountered:
From version
0.2.2
(reverted in0.2.3
and reitroduced in0.3.0
) swc/cli stops dropping leading path from the output. Thusswc src --out-dir build/tmp/src
will produce notbuild/tmp/src/<files>
butbuild/tmp/src/src/<files>
. This files are not copied properly into thedev
folder in gradle task later.See swc-project/cli#281 for details.
The text was updated successfully, but these errors were encountered: