-
Notifications
You must be signed in to change notification settings - Fork 394
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
jsc.paths
in .swcrc is not recognized.
#2135
Labels
Comments
same issue here. it's seem to work fine on my mac but not on my windows.
|
I think it's related to this swc-project/swc#2725 |
Please provide a minimum reproduction repository (Git repository/StackBlitz/CodeSandbox project). |
Have you solved the same problem? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Current behavior
When I compile with
nest start-b swc
,jsc.paths
in .swcrc is not recognized.It works when I use the
swc --ignore \"**/*.spec.ts,src/hmr.ts\" --delete-dir-on-start --out-dir dist/ src/
commandMinimum reproduction code
This is a cli error with no corresponding replicating code
Steps to reproduce
npx nest start-b swc
Expected behavior
'@/app' in the project is escaped as a relative path
Package version
10.0.3
NestJS version
10.0.3
Node.js version
16.18.0
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: