A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.
If you set a wwwIndexHtml path to control where, relative to wwwDirindex.html is written, Stencil copies the srcIndexHtml file to it, but the prerendered output is always written to index.html.
Expected behavior:
The prerendered content should go to wwwIndexHtml.
Stencil version:
I'm submitting a:
[X] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com
Current behavior:
If you set a
wwwIndexHtml
path to control where, relative towwwDir
index.html
is written, Stencil copies thesrcIndexHtml
file to it, but the prerendered output is always written toindex.html
.Expected behavior:
The prerendered content should go to
wwwIndexHtml
.Steps to reproduce:
Config:
assets
will contain bothindex.html
andout.html
(and aweb-components
directory, which is expected)Related code:
Other information: