chore(cleanupNodeModules): remove commented out paths

extra note on mermaid: that should be packed by webpack now, so we just need to move it to devDeps and and we should be good
This commit is contained in:
Panagiotis Papadopoulos 2025-03-26 09:15:33 +01:00
parent b457fa2e87
commit 6fe23f9a13

View File

@ -68,14 +68,6 @@ function cleanupNodeModules(basePath: string) {
'build/node_modules/boxicons/iconjar', 'build/node_modules/boxicons/iconjar',
'build/node_modules/@jimp/plugin-print/fonts', 'build/node_modules/@jimp/plugin-print/fonts',
'build/node_modules/jimp/dist/browser' 'build/node_modules/jimp/dist/browser'
// "node_modules/@excalidraw/excalidraw/dist/dev",
// "node_modules/jimp/browser",
// "node_modules/@jimp/plugin-print/fonts",
// "node_modules/jimp/dist/browser",
// "node_modules/jimp/fonts",
// "node_modules/boxicons/svg",
// "node_modules/boxicons/node_modules/react",
// "node_modules/mermaid/dist/mermaid.js"
]); ]);
nodeModulesContent nodeModulesContent