mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-06-16 21:03:58 +08:00
chore(build): migrate vite single-file output config
This commit is contained in:
+2
-3
@@ -68,10 +68,9 @@ export default defineConfig({
|
|||||||
assetsInlineLimit: 100000000,
|
assetsInlineLimit: 100000000,
|
||||||
chunkSizeWarningLimit: 100000000,
|
chunkSizeWarningLimit: 100000000,
|
||||||
cssCodeSplit: false,
|
cssCodeSplit: false,
|
||||||
rollupOptions: {
|
rolldownOptions: {
|
||||||
output: {
|
output: {
|
||||||
inlineDynamicImports: true,
|
codeSplitting: false
|
||||||
manualChunks: undefined
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user