We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b3959 commit 9697007Copy full SHA for 9697007
packages/tests/src/_jest/helpers/configBundlers.ts
@@ -169,6 +169,7 @@ export const getViteOptions = (
169
return {
170
root: workingDir,
171
build: {
172
+ emptyOutDir: false,
173
assetsDir: '', // Disable assets dir to simplify the test.
174
minify: false,
175
rollupOptions: {
packages/tools/src/bundlers.ts
@@ -281,6 +281,7 @@ export const configVite = (config: BundlerConfig): InlineConfig => {
281
282
root: config.workingDir,
283
284
285
286
287
rollupOptions: baseConfig,
0 commit comments