Improve the frontend and repository layer
This commit is contained in:
@@ -42,6 +42,7 @@ export default defineConfig({
|
||||
outDir: 'dist',
|
||||
sourcemap: true,
|
||||
rollupOptions: {
|
||||
external: ['/runtime-config.js'], // Externalize runtime config to avoid bundling
|
||||
output: {
|
||||
manualChunks: {
|
||||
vendor: ['react', 'react-dom', 'react-router-dom'],
|
||||
|
||||
Reference in New Issue
Block a user