New Vite plugin option and behavior#1079
Conversation
37002aa to
56a7648
Compare
|
Thanks for the effort here. Unfortunately I can't merge this as written, because it documents a plugin API that doesn't exist in the released I verified against the plugin source ( interface PluginConfig {
infoFile?: string;
entry?: string | string[];
}There is no The current docs already cover cross-origin/domain setups correctly via Closing for now — thanks again, and a PR against the plugin to actually add a |
|
Hi, I am confused, these docs were written for the mentioned plugin PR as you pointed out, which does add the host option. Considering that PR is quite old and would need to be updated, would you actually be interested in merging it assuming I update it? |
|
Sorry — I misread this. I didn't account for the fact that these docs are paired with the plugin PR that actually adds the I'm going to merge the plugin PR, so we'll take these docs too. I'll adapt the wording to the current structure of the assets/Vite page and verify each example against the plugin behavior. Thanks for your patience, and for the contribution. |
Update Nette Docs to highlight new Vite Plugin options and behavior.