monorepo
This commit is contained in:
12
packages/web/vite.config.js
Normal file
12
packages/web/vite.config.js
Normal file
@ -0,0 +1,12 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import { createHtmlPlugin } from 'vite-plugin-html'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
createHtmlPlugin({minify: true}),
|
||||
],
|
||||
root: "src",
|
||||
build: {
|
||||
outDir: "../dist"
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user