bring over most of the things
This commit is contained in:
@@ -2,14 +2,7 @@ import { resolve } from "node:path"
|
||||
import { build } from "vite"
|
||||
|
||||
await build({
|
||||
build: {
|
||||
outDir: "dist/client",
|
||||
lib: {
|
||||
entry: resolve("src/entry.client.tsx"),
|
||||
fileName: () => "entry.client.js",
|
||||
formats: ["es"],
|
||||
},
|
||||
},
|
||||
build: { outDir: "dist/client" },
|
||||
})
|
||||
|
||||
await build({
|
||||
|
||||
Reference in New Issue
Block a user