Skip to content

Commit

Permalink
update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Faniry1015 committed Feb 23, 2024
1 parent 64e3d63 commit 9b0156b
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 110 deletions.
1 change: 0 additions & 1 deletion dist/assets/bootstrap-5-8fd10708.svg

This file was deleted.

216 changes: 108 additions & 108 deletions dist/assets/index-feeeb2d8.js → dist/assets/index-e49eaa57.js

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions dist/assets/react-leaflet-eb9f902f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/assets/react-native-12c0b206.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<meta name="google-site-verification" content="4flecZ1NAQspEqnZ--J7U7w61pkL-btPX0pXAahsgR4" />

<title>Portfolio de Randriaharimino Faniriantsoa</title>
<script type="module" crossorigin src="/assets/index-feeeb2d8.js"></script>
<script type="module" crossorigin src="/assets/index-e49eaa57.js"></script>
<link rel="stylesheet" href="/assets/index-0ad63b04.css">
</head>

Expand Down
5 changes: 5 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ export default defineConfig({
define: {
'process.env': { ...process.env }, // Ajouter les variables d'environnement
},
build: {
chunkSizeWarningLimit: 1000, // Modifier la limite à 1000 kB (1 MB) ou une valeur appropriée
},
});


0 comments on commit 9b0156b

Please sign in to comment.