We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
You can set webpack_loader to swc or esbuild and remove babel dependencies from your package.json
webpack_loader
It actually works ok, but yarn complains about missing dependencies:
➤ YN0002: │ web@workspace:. doesn't provide @babel/core (pb8358), requested by shakapacker. ➤ YN0002: │ web@workspace:. doesn't provide @babel/plugin-transform-runtime (p70d5d), requested by shakapacker. ➤ YN0002: │ web@workspace:. doesn't provide @babel/preset-env (p85748), requested by shakapacker. ➤ YN0002: │ web@workspace:. doesn't provide @babel/runtime (p5bf1d), requested by shakapacker. ➤ YN0002: │ web@workspace:. doesn't provide babel-loader (p6c7e3), requested by shakapacker.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Desired behavior:
You can set
webpack_loader
to swc or esbuild and remove babel dependencies from your package.jsonActual behavior:
It actually works ok, but yarn complains about missing dependencies:
Setup environment:
The text was updated successfully, but these errors were encountered: