You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your entry point scripts are defined in Vite's [`build.rollupOptions`](https://vitejs.dev/config/build-options#build-rollupoptions) using RollUp's [`input`](https://rollupjs.org/configuration-options/#input) setting.
47
47
48
+
Note that, if you have **multiple entry point scripts** on **the same page**, you should pass them in a *single* call - for example:
Making multiple calls for different entry points *may* result in duplicate tags for any shared static imports - you will most likely need just *one* instance of `Tags` on a single page.
55
+
48
56
#### 3. Emit from `Tags` in your HTML template:
49
57
50
58
Your `Tags` instance contains the `preload` and `css` tags, which should be emitted in
0 commit comments