mirror of https://github.com/halo-dev/halo
fix: output dir of console (#3591)
#### What type of PR is this? /kind bug /area console #### What this PR does / why we need it: 修正 Console 构建的输出目录,此问题由 https://github.com/halo-dev/halo/pull/3552 导致。 #### Does this PR introduce a user-facing change? ```release-note None ```pull/3578/head^2
parent
8ce0913c0e
commit
da6a458d71
|
@ -56,7 +56,7 @@ export default ({ mode }: { mode: string }) => {
|
|||
},
|
||||
build: {
|
||||
outDir: fileURLToPath(
|
||||
new URL("../core/src/main/resources/console", import.meta.url)
|
||||
new URL("../application/src/main/resources/console", import.meta.url)
|
||||
),
|
||||
emptyOutDir: true,
|
||||
chunkSizeWarningLimit: 2048,
|
||||
|
|
Loading…
Reference in New Issue