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: website/docs/index.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,28 @@ Cloudflare workers have some limitations regarding bundling. The developers of t
105
105
106
106
This library will be aligned soon, to support cloudflare as well.
107
107
108
+
### Vite
109
+
110
+
When bundling for the browser with [Vite](https://vitejs.dev/), the `memfs` dependency requires polyfills for Node.js built-in modules. Install a Node polyfill plugin and prebundle `memfs`:
0 commit comments