mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	upgrading webpack fixes the issue with broken mobile frontend (and hacky fix which breaks desktop in turn)
This commit is contained in:
		
							parent
							
								
									b50638e85c
								
							
						
					
					
						commit
						1ac1bf12a2
					
				| @ -7,10 +7,6 @@ fi | ||||
| 
 | ||||
| npm run webpack | ||||
| 
 | ||||
| # problem with circular dependencies: https://github.com/webpack/webpack/issues/9173 | ||||
| # source issue: https://github.com/zadam/trilium/issues/1300 | ||||
| find ./src/public/app-dist -type f -exec sed -i 's/const /var /g' {} + | ||||
| 
 | ||||
| DIR=$1 | ||||
| 
 | ||||
| rm -rf $DIR | ||||
|  | ||||
							
								
								
									
										4135
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4135
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -86,8 +86,8 @@ | ||||
|     "jsdoc": "3.6.6", | ||||
|     "lorem-ipsum": "2.0.3", | ||||
|     "rcedit": "2.2.0", | ||||
|     "webpack": "5.0.0-beta.32", | ||||
|     "webpack-cli": "4.0.0-beta.8" | ||||
|     "webpack": "5.1.0", | ||||
|     "webpack-cli": "4.0.0" | ||||
|   }, | ||||
|   "optionalDependencies": { | ||||
|     "electron-installer-debian": "2.0.1" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 zadam
						zadam