Skip to content

Commit f5afcc6

Browse files
committed
docs: add noExternal info 🍋
1 parent 040a5e8 commit f5afcc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ export default defineConfig({
3434
tsconfigPaths(),
3535
qwikDevtools(), // 👈 Add the plugin here
3636
],
37+
ssr: {
38+
noExternal: ['@qwik.dev/devtools']; // 👈 Add the plugin here
39+
}
3740
});
3841
```
3942

@@ -63,4 +66,3 @@ Join our vibrant community:
6366
- [⭐️ Qwik GitHub](https://github.com/QwikDev/qwik)
6467
- [🐦 @QwikDev](https://twitter.com/QwikDev)
6568
- [⚡️ Vite](https://vitejs.dev/)
66-

0 commit comments

Comments
 (0)