no hacked
This commit is contained in:
parent
b5a4c0a601
commit
2db37cc83e
5 changed files with 8 additions and 76 deletions
|
|
@ -1,16 +1,15 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import { resolve } from 'path'
|
||||
import solid from 'vite-plugin-solid'
|
||||
import { defineConfig } from "vite";
|
||||
import { resolve } from "path";
|
||||
import solid from "vite-plugin-solid";
|
||||
|
||||
export default defineConfig({
|
||||
build: {
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: resolve(__dirname, 'index.html'),
|
||||
hacked: resolve(__dirname, 'hacked/index.html'),
|
||||
review: resolve(__dirname, 'review/index.html')
|
||||
}
|
||||
}
|
||||
main: resolve(__dirname, "index.html"),
|
||||
review: resolve(__dirname, "review/index.html"),
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [solid()],
|
||||
})
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue