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
See updated readme / docs. This reduces the need of accessing `@hiogawa/vite-plugin-fullstack/runtime`.
This would help when internalizing entire plugin inside Nitro
- nitrojs/nitro#3662
@@ -109,19 +109,24 @@ export function renderHtml() {
109
109
}
110
110
```
111
111
112
-
### Runtime Helpers
112
+
### Merging assets
113
113
114
-
The plugin provides a utility function `mergeAssets`to combine multiple assets objects into a single deduplicated assets object.
114
+
Each `?assets` import provides a `merge` method to combine multiple assets objects into a single deduplicated assets object. This is useful for aggregating assets from multiple route components or modules.
0 commit comments