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
By default, the dist-custom-elements-bundle creates a bundle with dynamic import of the CSS file. In my case dynamic imports does not work (my case - importing Stencil components to Velo by Wix (previously known as Corvid)).
After reading a lot of Stencil source code we found this option inlineDynamicImports which solved the issue. However, this option is not documented and should be added to the docs.
The docs for the Custom Elements Bundle output target do not mention the
inlineDynamicImports
option.By default, the
dist-custom-elements-bundle
creates a bundle with dynamic import of the CSS file. In my case dynamic imports does not work (my case - importing Stencil components to Velo by Wix (previously known as Corvid)).After reading a lot of Stencil source code we found this option
inlineDynamicImports
which solved the issue. However, this option is not documented and should be added to the docs.e.g.
The text was updated successfully, but these errors were encountered: