File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ( ) ] ,
You can’t perform that action at this time.
0 commit comments