mirror of
https://github.com/doocs/md.git
synced 2025-01-22 11:54:43 +08:00
parent
f10c5e665f
commit
0808b98181
@ -54,5 +54,13 @@ export default defineConfig({
|
||||
css: {
|
||||
devSourcemap: true,
|
||||
},
|
||||
},
|
||||
)
|
||||
build: {
|
||||
rollupOptions: {
|
||||
output: {
|
||||
chunkFileNames: `static/js/md-[name]-[hash].js`,
|
||||
entryFileNames: `static/js/md-[name]-[hash].js`,
|
||||
assetFileNames: `static/[ext]/md-[name]-[hash].[ext]`,
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user