mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	webpack: revert accidental changing of devtool
This commit is contained in:
		
							parent
							
								
									e7d204dfd2
								
							
						
					
					
						commit
						cdb988ff64
					
				@ -75,7 +75,7 @@ const config: Configuration = {
 | 
				
			|||||||
            ".mjs": [".mjs", ".mts"]
 | 
					            ".mjs": [".mjs", ".mts"]
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    //devtool: "none",
 | 
					    devtool: "source-map",
 | 
				
			||||||
    target: "electron-renderer"
 | 
					    target: "electron-renderer"
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user