We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5afcc6 commit bef730eCopy full SHA for bef730e
packages/devtools/README.md
@@ -34,6 +34,9 @@ export default defineConfig({
34
tsconfigPaths(),
35
qwikDevtools(), // 👈 Add the plugin here
36
],
37
+ ssr: {
38
+ noExternal: ['@qwik.dev/devtools']; // 👈 Add the plugin here
39
+ }
40
});
41
```
42
@@ -63,4 +66,3 @@ Join our vibrant community:
63
66
- [⭐️ Qwik GitHub](https://github.com/QwikDev/qwik)
64
67
- [🐦 @QwikDev](https://twitter.com/QwikDev)
65
68
- [⚡️ Vite](https://vitejs.dev/)
-
0 commit comments