mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	docker: Fix webpack
This commit is contained in:
		| @@ -1,18 +0,0 @@ | ||||
| const path = require('path'); | ||||
| const assetPath = require('./src/services/asset_path'); | ||||
|  | ||||
| module.exports = { | ||||
|     mode: 'production', | ||||
|     entry: { | ||||
|         setup: './src/public/app/setup.ts', | ||||
|         mobile: './src/public/app/mobile.js', | ||||
|         desktop: './src/public/app/desktop.js', | ||||
|     }, | ||||
|     output: { | ||||
|         publicPath: `${assetPath}/app-dist/`, | ||||
|         path: path.resolve(__dirname, 'src/public/app-dist'), | ||||
|         filename: '[name].js', | ||||
|     }, | ||||
|     devtool: 'source-map', | ||||
|     target: 'electron-renderer', | ||||
| }; | ||||
		Reference in New Issue
	
	Block a user