File tree Expand file tree Collapse file tree 2 files changed +10
-55
lines changed
Expand file tree Collapse file tree 2 files changed +10
-55
lines changed Original file line number Diff line number Diff line change 9393 overwrite : true
9494
9595 - name : Update contributor list
96- uses : akhilmhdh/contributors-readme-action@v2.3.10
96+ uses : akhilmhdh/contributors-readme-action@v2.3.11
9797 env :
9898 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9999
Original file line number Diff line number Diff line change @@ -14,60 +14,15 @@ export default defineConfig({
1414 sourcemap : true ,
1515 rollupOptions : {
1616 treeshake : "smallest" ,
17- output : {
18- //esModule: false,
19- manualChunks ( id ) {
20- const chunks = [
21- "sentry" ,
22- "sentry/react" ,
23- "react-leaflet" ,
24- "icons-material" ,
25- "leaflet" ,
26- "nice-modal-react" ,
27- "fontsource/roboto" ,
28- "mdxeditor/editor" ,
29- "mui-markdown" ,
30- "date-fns" ,
31- "mui/x-charts" ,
32- "mui/x-date-pickers" ,
33- "mui/lab" ,
34- "emotion" ,
35- "mui/material" ,
36- "mui/system" ,
37- "mui/utils" ,
38- "tanstack/react-form" ,
39- "tanstack/react-query" ,
40- "tanstack/react-router" ,
41- "tanstack/react-table" ,
42- "eslint" ,
43- "markdown-to-jsx" ,
44- "mui-markdown" ,
45- "mui-image" ,
46- "material-ui-popup-state" ,
47- "minimatch" ,
48- "zod" ,
49- "video-react" ,
50- "steamid" ,
51- "js-cookie" ,
52- "file-type" ,
53- "ip-cidr" ,
54- "base64-js" ,
55- "mui-nested-menu" ,
56- "react" ,
57- "react-dom" ,
58- "react-dom/client" ,
59- "react-scrollable-feed" ,
60- "react-timer-hook" ,
61- "react-use-websocket" ,
62- ] ;
63-
64- if ( id . includes ( "node_modules" ) ) {
65- return ( chunks . find ( ( c ) => id . includes ( c ) ) ?? "vendor" ) . replace ( "/" , "-" ) ;
66- }
67-
68- return null ;
69- } ,
70- } ,
17+ // output: {
18+ // //esModule: false,
19+ // manualChunks(id) {
20+ // if (id.includes("node_modules")) {
21+ // return "vendor";
22+ // }
23+ // return null;
24+ // },
25+ // },
7126 } ,
7227 } ,
7328
You can’t perform that action at this time.
0 commit comments