mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	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:
		| @@ -68,14 +68,6 @@ function cleanupNodeModules(basePath: string) { | ||||
|         'build/node_modules/boxicons/iconjar', | ||||
|         'build/node_modules/@jimp/plugin-print/fonts', | ||||
|         '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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user