mirror of https://github.com/1Panel-dev/1Panel
parent
8034b14cda
commit
8f05668bcc
|
@ -84,6 +84,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
|||
outDir: '../cmd/server/web',
|
||||
minify: 'esbuild',
|
||||
rollupOptions: {
|
||||
external: ['codemirror'],
|
||||
output: {
|
||||
chunkFileNames: 'assets/js/[name]-[hash].js',
|
||||
entryFileNames: 'assets/js/[name]-[hash].js',
|
||||
|
|
Loading…
Reference in New Issue