We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
non-compilable
Currently, swc-project/cli use -D option to copy over non-compilable files. Finally it only according extensions option to filter files. code
-D
extensions
In some cli project, exist template dir(such as react template), which will be copied to another location.
template
react
In my opinion, swc-project/cli can uses the exclude filed in .swcrc to filter files. I think the excluded files are non-compilable files.
exclude
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature request
Copy over non-compilable files
Currently, swc-project/cli use
-D
option to copy over non-compilable files.Finally it only according
extensions
option to filter files.code
Why
In some cli project, exist
template
dir(such asreact
template), which will be copied to another location.How to implement
In my opinion, swc-project/cli can uses the
exclude
filed in .swcrc to filter files.I think the excluded files are non-compilable files.
The text was updated successfully, but these errors were encountered: