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
Copy file name to clipboardExpand all lines: guide/dependency-pre-bundling.md
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,3 +56,43 @@ export default {
56
56
],
57
57
}
58
58
```
59
+
60
+
## Advance
61
+
62
+
So far, Pre-Bundling of [vite-plugin-electron-renderer](https://github.com/electron-vite/vite-plugin-electron-renderer) is still considered an "experimental" feature.
63
+
64
+
Below is an example showing how to fully customize a Pre-Bundling.
0 commit comments