Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWC upgrade breaks dev build #3461

Closed
edloidas opened this issue Feb 12, 2024 · 0 comments · Fixed by #3462
Closed

SWC upgrade breaks dev build #3461

edloidas opened this issue Feb 12, 2024 · 0 comments · Fixed by #3462
Assignees
Labels
Not in Changelog Quick fixes Refactoring Code improvements

Comments

@edloidas
Copy link
Member

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.

@edloidas edloidas added the Bug Something isn't working label Feb 12, 2024
@edloidas edloidas self-assigned this Feb 12, 2024
edloidas added a commit that referenced this issue Feb 12, 2024
Fixed swc/cli stopped dropping leading path from v0.3.0.
edloidas added a commit that referenced this issue Feb 12, 2024
Fixed swc/cli stopped dropping leading path from v0.3.0.
@edloidas edloidas linked a pull request Feb 12, 2024 that will close this issue
alansemenov pushed a commit that referenced this issue Feb 12, 2024
Fixed swc/cli stopped dropping leading path from v0.3.0.
@alansemenov alansemenov added Not in Changelog Quick fixes Refactoring Code improvements and removed Bug Something isn't working labels Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Not in Changelog Quick fixes Refactoring Code improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants