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 c9270c2 commit 9e4ced6Copy full SHA for 9e4ced6
packages/plugin-rsc/examples/browser-mode/vite.config.ts
@@ -5,11 +5,11 @@ import {
5
vitePluginUseServer,
6
vitePluginDefineEncryptionKey,
7
} from '@vitejs/plugin-rsc/plugin'
8
-import inspect from 'vite-plugin-inspect'
+// import inspect from 'vite-plugin-inspect'
9
10
export default defineConfig({
11
plugins: [
12
- inspect(),
+ // inspect(),
13
vitePluginRscMinimal(),
14
vitePluginUseClient({
15
environment: {
0 commit comments