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 d488efd commit bf8b07dCopy full SHA for bf8b07d
packages/vite/src/node/__tests__/plugins/index.spec.ts
@@ -9,7 +9,7 @@ const getConfigWithPlugin = (
9
configFile: false,
10
server: { middlewareMode: true, ws: false },
11
optimizeDeps: { noDiscovery: true, include: [] },
12
- build: { rollupOptions: { input } },
+ build: { rollupOptions: { input }, write: false },
13
plugins,
14
logLevel: 'silent',
15
}
0 commit comments