Work out the rest of the static site deployment
This commit is contained in:
parent
e7c33d7e10
commit
1a53d5338f
9 changed files with 161 additions and 121 deletions
|
|
@ -33,12 +33,12 @@ export default defineConfig({
|
|||
},
|
||||
|
||||
build: {
|
||||
manifest: true,
|
||||
manifest: false,
|
||||
outDir: "static/gen/rmo",
|
||||
emptyOutDir: true,
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: path.resolve(__dirname, "./main.ts"),
|
||||
main: path.resolve(__dirname, "./index.html"),
|
||||
},
|
||||
output: {
|
||||
entryFileNames: "js/bundle.[hash].js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue