mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 14:08:06 +08:00
fix: 解决前端打包报错问题 (#4331)
This commit is contained in:
parent
6b244b2b03
commit
6610a3debe
@ -83,6 +83,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
||||
build: {
|
||||
outDir: '../cmd/server/web',
|
||||
minify: 'esbuild',
|
||||
target: 'esnext',
|
||||
rollupOptions: {
|
||||
output: {
|
||||
chunkFileNames: 'assets/js/[name]-[hash].js',
|
||||
|
Loading…
x
Reference in New Issue
Block a user