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

Supporting webpack <= 4 for @swc-node/swc-loader #662

Open
gyz0072004 opened this issue Jun 14, 2022 · 1 comment
Open

Supporting webpack <= 4 for @swc-node/swc-loader #662

gyz0072004 opened this issue Jun 14, 2022 · 1 comment

Comments

@gyz0072004
Copy link
Contributor

the swc-loader is using this.getOptions() function, which is introduced in webpack 5. Need to use loader-utils to getOptions when webpack is <= 4

@Atmos4
Copy link

Atmos4 commented Jul 8, 2024

Wait why are you not using swc-loader like in the docs?

AFAIK you don't need @swc-node/swc-loader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants