fix index.html not being included in build
This commit is contained in:
@@ -18,7 +18,7 @@ export default defineConfig({
|
|||||||
manifest: true,
|
manifest: true,
|
||||||
emptyOutDir: false,
|
emptyOutDir: false,
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
input: './src/main.ts',
|
input: ['./src/main.ts', './index.html'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
clearScreen: false,
|
clearScreen: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user