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
Currently the project uses a module type Javascript main.js that is being bundled out to out/main.cjs (CommonJS type).
main.js
out/main.cjs
This project doesn't have a bundler yet.
We will not using ESBuild and use SWC instead, since it's faster and more modern.
.swcrc
The text was updated successfully, but these errors were encountered:
yvvki
No branches or pull requests
Currently the project uses a module type Javascript
main.js
that is being bundled out toout/main.cjs
(CommonJS type).This project doesn't have a bundler yet.
Solution
We will not using ESBuild and use SWC instead, since it's faster and more modern.
.swcrc
#7The text was updated successfully, but these errors were encountered: