hexus / pragma

Declarative form builder
3 stars 1 forks source link

Bundle components with Webpack #23

Open hexus opened 3 years ago

hexus commented 3 years ago

Moved from README TODOs

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.