Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
test: update fixture to use builder
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 25, 2022
1 parent c57d061 commit 6f693fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/basic/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { addComponent } from '@nuxt/kit'

export default defineNuxtConfig({
buildDir: process.env.NITRO_BUILD_DIR,
vite: !process.env.TEST_WITH_WEBPACK,
builder: process.env.TEST_WITH_WEBPACK ? 'webpack' : 'vite',
nitro: {
output: { dir: process.env.NITRO_OUTPUT_DIR }
},
Expand Down

0 comments on commit 6f693fd

Please sign in to comment.