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