mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	fix webpack build
This commit is contained in:
		| @@ -10,5 +10,6 @@ module.exports = { | ||||
|         path: path.resolve(__dirname, 'src/public/app-dist'), | ||||
|         filename: 'desktop.js' | ||||
|     }, | ||||
|     devtool: 'source-map' | ||||
|     devtool: 'source-map', | ||||
|     target: 'electron-main' | ||||
| }; | ||||
| @@ -10,5 +10,6 @@ module.exports = { | ||||
|         path: path.resolve(__dirname, 'src/public/app-dist'), | ||||
|         filename: 'mobile.js' | ||||
|     }, | ||||
|     devtool: 'source-map' | ||||
|     devtool: 'source-map', | ||||
|     target: 'electron-main' | ||||
| }; | ||||
| @@ -10,5 +10,6 @@ module.exports = { | ||||
|         path: path.resolve(__dirname, 'src/public/app-dist'), | ||||
|         filename: 'setup.js' | ||||
|     }, | ||||
|     devtool: 'source-map' | ||||
|     devtool: 'source-map', | ||||
|     target: 'electron-main' | ||||
| }; | ||||
		Reference in New Issue
	
	Block a user