We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb172b commit c97f243Copy full SHA for c97f243
vite.config.js
@@ -8,7 +8,7 @@ export default defineConfig({
8
build: {
9
minify: false,
10
target: 'esnext',
11
- rollupOptions: {
+ rolldownOptions: {
12
input: {
13
'main': 'index.html',
14
'recipe-gallery': 'recipe-gallery/index.html',
0 commit comments