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',
|
outDir: '../cmd/server/web',
|
||||||
minify: 'esbuild',
|
minify: 'esbuild',
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
|
external: ['codemirror'],
|
||||||
output: {
|
output: {
|
||||||
chunkFileNames: 'assets/js/[name]-[hash].js',
|
chunkFileNames: 'assets/js/[name]-[hash].js',
|
||||||
entryFileNames: 'assets/js/[name]-[hash].js',
|
entryFileNames: 'assets/js/[name]-[hash].js',
|
||||||
|
|
Loading…
Reference in New Issue