Skip to content

Commit f46e1c4

Browse files
committed
fix: test
1 parent 6ba9055 commit f46e1c4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/fixtures/basic/nuxt.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,13 @@ import MyModule from '../../../src/module'
22

33
export default defineNuxtConfig({
44
modules: [MyModule],
5+
vite: {
6+
build: {
7+
rollupOptions: {
8+
output: {
9+
assetFileNames: 'assets/[name].[hash][extname]',
10+
},
11+
},
12+
},
13+
},
514
})

0 commit comments

Comments
 (0)