Skip to content

Instantly share code, notes, and snippets.

@flashlin
Created June 16, 2021 00:03
Show Gist options
  • Save flashlin/4439354598d7a74aad783bf8ce086ecb to your computer and use it in GitHub Desktop.
Save flashlin/4439354598d7a74aad783bf8ce086ecb to your computer and use it in GitHub Desktop.
[vite build options] #vite
export default defineConfig({
base: "/dist/",
build: {
//publicPath: process.env.NODE_ENV === "development" ? "/dist/" : "/",
outDir: "../webrtc-server/webrtc-server/wwwroot/dist",
//assetsDir: "./",
emptyOutDir: true,
manifest: true,
// rollupOptions: {
// input: {
// // "gtm-service": pathResolve("src/Gtm-Service.ts"),
// "main": pathResolve("src/Main.ts"),
// },
// },
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment