-
Notifications
You must be signed in to change notification settings - Fork 421
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
docs(dist-custom-elements): add bundle
export behavior
#921
docs(dist-custom-elements): add bundle
export behavior
#921
Conversation
This commit adds documentation for the new `bundle` export behavior on `dist-custom-elements` coming in Stencil V3
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I didn't add anything around this being a quick port-over for |
@@ -73,6 +73,7 @@ export const config: Config = { | |||
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | |||
| `default` | No additional re-export or auto-definition behavior will be performed.<br><br>This value will be used if no explicit value is set in the config, or if a given value is not a valid option. | | |||
| `auto-define-custom-elements` | A component and its children will be automatically defined with the `CustomElementRegistry` when the component's module is imported. | | |||
| `bundle` | A utility `defineCustomElements()` function is exported from the `index.js` file of the output director. This function can be used to quickly define all Stencil components in a project on the custom elements registry. | |
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.
| `bundle` | A utility `defineCustomElements()` function is exported from the `index.js` file of the output director. This function can be used to quickly define all Stencil components in a project on the custom elements registry. | | |
| `bundle` | A utility `defineCustomElements()` function is exported from the `index.js` file of the output directory. This function can be used to quickly define all Stencil components in a project on the custom elements registry. | |
Co-authored-by: Ryan Waskiewicz <ryanwaskiewicz@gmail.com>
It's a little chaotic on this repo. Gonna merge this so it doesn't get left behind. |
This commit adds documentation for the new `bundle` export behavior on `dist-custom-elements` coming in Stencil V3
This commit adds documentation for the new `bundle` export behavior on `dist-custom-elements` coming in Stencil V3
This commit adds documentation for the new `bundle` export behavior on `dist-custom-elements` coming in Stencil V3
This commit adds documentation for the new `bundle` export behavior on `dist-custom-elements` coming in Stencil V3
This commit adds documentation for the new `bundle` export behavior on `dist-custom-elements` coming in Stencil V3
This commit adds documentation for the new `bundle` export behavior on `dist-custom-elements` coming in Stencil V3
This commit adds documentation for the new
bundle
export behavior ondist-custom-elements
coming in Stencil V3