Changed the main entry file in Vite's rollupOptions from 'app.html' to 'index.html'.
This commit is contained in:
parent
bfcb860cfc
commit
7656d35227
@ -10,7 +10,7 @@ export default defineConfig({
|
|||||||
target: 'esnext',
|
target: 'esnext',
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
input: {
|
input: {
|
||||||
main: "app.html",
|
main: "index.html",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user