Skip to content

Commit cc5fa63

Browse files
committed
reduced_size
1 parent 7c2ee12 commit cc5fa63

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141
},
4242
"homepage": "https://adminmart.com",
4343
"dependencies": {
44-
"@emotion/react": "^11.14.0",
45-
"@emotion/styled": "^11.14.0",
46-
"@mui/icons-material": "^6.4.0",
47-
"@mui/material": "^6.4.0",
48-
"@types/node": "^22.10.7",
4944
"react": "^18.3.1",
5045
"react-dom": "^18.3.1",
5146
"vite-plugin-dts": "^4.5.0"
5247
},
5348
"devDependencies": {
49+
"@emotion/react": "^11.14.0",
50+
"@emotion/styled": "^11.14.0",
51+
"@mui/material": "^6.4.0",
52+
"@mui/icons-material": "^6.4.0",
53+
"@types/node": "^22.10.7",
5454
"@eslint/js": "^9.17.0",
5555
"@types/react": "^18.3.18",
5656
"@types/react-dom": "^18.3.5",

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineConfig({
1919
},
2020
},
2121
},
22-
sourcemap: true,
22+
sourcemap: false,
2323
emptyOutDir: true,
2424
},
2525
plugins: [react(), dts()],

0 commit comments

Comments
 (0)