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
[email protected]
repo
And add any unplugin-related plugins.
No response
The text was updated successfully, but these errors were encountered:
Please provide a minimal reproduction. Thanks.
Why reproduction is required
Sorry, something went wrong.
Please provide a minimal reproduction. Thanks. Why reproduction is required
Step 1, download super-dev; Step 2, install unplugin-auto-import and use it; Step 3, npm run prod;
unplugin-auto-import
npm run prod
Then in 049f99c, we can find that esbuild only provides args.suffix from v0.14.3. The esbuild version used in super-dev is v0.12.24.
args.suffix
I guess you can try to upgrade esbuild version, and the issue will be fixed, right?
Yes, we can upgrade the esbuild version to fix it, but should there be a compatibility fix at L216?
35c78d2
No branches or pull requests
Environment
[email protected]
Reproduction
repo
And add any unplugin-related plugins.
Describe the bug
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: