Skip to content

Commit c97f243

Browse files
committed
chore: rollup -> rolldown
1 parent abb172b commit c97f243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
build: {
99
minify: false,
1010
target: 'esnext',
11-
rollupOptions: {
11+
rolldownOptions: {
1212
input: {
1313
'main': 'index.html',
1414
'recipe-gallery': 'recipe-gallery/index.html',

0 commit comments

Comments
 (0)