-
Notifications
You must be signed in to change notification settings - Fork 50
feat(core): Include component name annotation plugin with all bundler plugins except esbuild #469
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
Conversation
|
Still need to do some finishing work on this PR but opening it early to get some eyes on it due to the timezone difference in VIE. In the morning, I will update the documentation in the README to include these changes |
lforst
left a comment
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.
Generally looks good! 👍 I left some comments that should be adressed.
Please also add documentation for the option to generate-documentation-table.ts so that the readmes on npm have the the option. It would be extra cool if you could somehow manage to exclude the added option from the docs (and also the types) for esbuild.
|
@lforst Addressed all your comments and added conditional generation of options in the docs based on the bundler type 😄 |
Breaking up this PR into a smaller chunk: #464
This PR focuses on bringing in the new plugin introduced in #468, and adding it to all bundlers as an optional feature. It is not currently supported by esbuild, so there are guardrails preventing its use in the esbuild bundler plugins.