mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix setup of new document, closes #966
This commit is contained in:
		
							
								
								
									
										14
									
								
								webpack-setup.config.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								webpack-setup.config.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| const path = require('path'); | ||||
|  | ||||
| module.exports = { | ||||
|     mode: 'production', | ||||
|     entry: { | ||||
|         mobile: './src/public/app/setup.js', | ||||
|     }, | ||||
|     output: { | ||||
|         publicPath: '/dist/', | ||||
|         path: path.resolve(__dirname, 'src/public/app-dist'), | ||||
|         filename: 'setup.js' | ||||
|     }, | ||||
|     devtool: 'source-map' | ||||
| }; | ||||
		Reference in New Issue
	
	Block a user