Skip to content

Commit

Permalink
add vite
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Feb 19, 2025
1 parent 56cee0b commit 0ea72e4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@ export default defineConfig({
output: {
manualChunks(id) {
if (id.includes('node_modules')) {
if (id.includes('react-toastify')) {
return 'toastify';
}
if (id.includes('bootstrap') || id.includes('react-bootstrap')) {
return 'bootstrap';
}
if (id.includes('i18next')) {
return 'i18n';
}
if (id.includes('formik') || id.includes('yup')) {
return 'formik';
}
if (id.includes('rollbar')) {
return 'rollbar';
}
Expand Down

0 comments on commit 0ea72e4

Please sign in to comment.