-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Update plugin build system #14571
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
Update plugin build system #14571
Conversation
This reverts commit ea250b6.
| .filter((file) => (isProduction ? true : file !== "parsers.ts")) | ||
| // Disabled due to OOM issue | ||
| // .filter((file) => (isProduction ? true : file !== "parsers.ts")) | ||
| .filter((file) => file !== "parsers.ts") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This takes me long time to figure out the problem. CI failed log
Is it possible to test with tsd or something else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also considered tsd, but it subtly did not fit our use case. I will consider other way.
Description
Checklist
docs/directory).changelog_unreleased/*/XXXX.mdfile followingchangelog_unreleased/TEMPLATE.md.✨Try the playground for this PR✨