perf: research building output targets separately from calcite-components #7111
Labels
0 - new
New issues that need assignment.
estimate - 3
A day or two of work, likely requires updates to tests.
needs milestone
Planning workflow - pending milestone assignment, has priority and/or estimate.
p - low
Issue is non core or affecting less that 10% of people using the library
refactor
Issues tied to code that needs to be significantly reworked.
tooling
Issues relating to build system fixes or improvements.
Description
Our monorepo follows Stencil's output targets example project, where the React output target is built every time the web components build. Building CCR isn't necessary for most of our day-to-day development, so it would be nice to split that process into a separate step.
Proposed Advantages
Build performance, although I doubt generating the CCR source takes very long since it is so small.
Which Component
Stencil/monorepo configuration
Relevant Info
#6988 (comment)
The text was updated successfully, but these errors were encountered: