mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-05-18 03:37:29 +08:00
add record time
This commit is contained in:
@@ -14,7 +14,7 @@ export default defineConfig({
|
||||
// "/api": {
|
||||
// target: `http://127.0.0.1:3601`,
|
||||
// changeOrigin: true, // 允许跨域
|
||||
// rewrite: path => path.replace(/^\/api/,'')
|
||||
// rewrite: path => path.replace(/^\/api/, '')
|
||||
// }
|
||||
// },
|
||||
// },
|
||||
@@ -42,5 +42,13 @@ export default defineConfig({
|
||||
}),
|
||||
],
|
||||
css: {devSourcemap: true},
|
||||
build: {
|
||||
terserOptions: {
|
||||
compress: {
|
||||
drop_console:true,
|
||||
drop_debugger: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user