Skip to content

Commit bf8b07d

Browse files
authored
test: skip writing files in build hook filter test (vitejs#20076)
1 parent d488efd commit bf8b07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/__tests__/plugins/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const getConfigWithPlugin = (
99
configFile: false,
1010
server: { middlewareMode: true, ws: false },
1111
optimizeDeps: { noDiscovery: true, include: [] },
12-
build: { rollupOptions: { input } },
12+
build: { rollupOptions: { input }, write: false },
1313
plugins,
1414
logLevel: 'silent',
1515
}

0 commit comments

Comments
 (0)