-
I spent several hours debugging why the `` tag wasn't injected into my app by `vite-plugin-pwa`.
Since I use [`unjs/unhead`](https://github.com/unjs/unhead) to manage all `` tags, my `index.html` e…
-
If you want to use module-federation/vite in combination with SvelteKit. The hostInit file does not get included in the generated output. The file is compiled, but the reference is missing.
It used…
-
### Describe the bug
To keep it simple, my `index.html` has a commented version of the code preceeding the code. E.g.
```html
Housing Search App
…
-
### Problem Statement
Hello, I am a software developer using @sentry/vite-plugin.
I am using `reactComponentAnnotation` in `sentryVitePlugin`.
I was thinking of injecting the corresponding `val…
-
I have created an Angular Shell and an Angular MFE according to https://www.angulararchitects.io/en/blog/micro-frontends-with-modern-angular-part-1-standalone-and-esbuild/ which works.
Then I create…
-
i know `vite-plugin-qiankun-lite` inject a script in the output html to support qiankun lifecycles like this:
```html
window["auth-app"] = {};
const lifecycleNames = ["bootstrap", "mo…
-
### Feature Use Case
It would be cool to be able to inline dynamic imports not only with single entry point, but also with multiple entries.
So the "Feature Use Case" - same as for a single entr…
-
### Is your feature request related to a problem? Please describe.
I want to add a script which type is 'importmap' into top of head, but all solution is failed. The official custom head config, will…
-
I encountered with the vite-plugin-html plugin. I have been attempting to dynamically inject a script file into my HTML using this plugin, but I have found that when I include the type attribute in th…
-
in this case i got a error like that
static html component can't loade other html components?
how to solve this