Skip to content

Commit 76a1408

Browse files
committed
drop vite conf comment
1 parent c796239 commit 76a1408

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vite.config.mts

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ if (process.env.NODE_ENV == "production") {
1818
}
1919

2020
export default {
21+
// optimizeDeps: {
22+
// include: [
23+
// '@mui/material',
24+
// '@mui/utils',
25+
// '@emotion/react',
26+
// '@emotion/styled',
27+
// ],
28+
// },
2129
plugins: [
2230
react(),
2331
vike({

0 commit comments

Comments
 (0)