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
Instead of accessing definition method from component.componentMode.definition, we should import it from from component script directly via import statement. This will reduce bundle size and provide “free” error reporting about missing symbols from Rollup.
Should also consider inline scripts as well when importing data
The text was updated successfully, but these errors were encountered:
Instead of accessing definition method from
component.componentMode.definition
, we should import it from from component script directly viaimport
statement. This will reduce bundle size and provide “free” error reporting about missing symbols from Rollup.Should also consider inline scripts as well when importing data
The text was updated successfully, but these errors were encountered: