🔧 Increased budget size limits in angular.json, edited the index path in ngsw-config.json, and added a new Vite configuration file.
parent
b28033ae33
commit
e05a7593d5
@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
optimizeDeps: {
|
||||
exclude: ['leaflet.markercluster'],
|
||||
},
|
||||
});
|
Loading…
Reference in new issue