You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last 2 paragraphs on the Output Targets > dist page are identical, and either incorrect or incomplete. They state:
"Add an import within the root component: import my-component;"
What is the root component? Are we talking about importing a component within another one? If so it seems out of place in this section which deals with distribution of the package / components.
I'm not sure it's actually what this paragraph is about, since afaik components are available from another component without having to import them.
If it's a javascript import declaration it's missing quotes.
The text was updated successfully, but these errors were encountered:
https://github.com/ionic-team/stencil-site/blob/master/src/docs/output-targets/dist.md
The last 2 paragraphs on the Output Targets > dist page are identical, and either incorrect or incomplete. They state:
"Add an
import
within the root component:import my-component
;"What is the root component? Are we talking about importing a component within another one? If so it seems out of place in this section which deals with distribution of the package / components.
I'm not sure it's actually what this paragraph is about, since afaik components are available from another component without having to import them.
If it's a javascript import declaration it's missing quotes.
The text was updated successfully, but these errors were encountered: