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
With better Public Compiler APIs it should
instead be possible to compile Stencil components and bundle them as part of Webpack, instead of needing to run two
watches. For now, the two watches are seemingly necessary.
Update: The Stencil Core Compiler API is now documented, but there does
not yet appear to be a Webpack plugin that utilises it.
The text was updated successfully, but these errors were encountered:
Stencil currently only bundles using Rollup.
With better Public Compiler APIs it should
instead be possible to compile Stencil components and bundle them as part of Webpack, instead of needing to run two
watches. For now, the two watches are seemingly necessary.
Update: The Stencil Core Compiler API is now documented, but there does
not yet appear to be a Webpack plugin that utilises it.
The text was updated successfully, but these errors were encountered: