Fix bug
This commit is contained in:
		
							parent
							
								
									410cc171c6
								
							
						
					
					
						commit
						c6ea6de5c2
					
				
					 1 changed files with 8 additions and 9 deletions
				
			
		|  | @ -233,15 +233,14 @@ module.exports = { | |||
| 			}, { | ||||
| 				loader: 'replace', | ||||
| 				query: { | ||||
| 					search: i18nPattern.toString(), | ||||
| 					replace: 'i18nReplacement', | ||||
| 					i18n: true | ||||
| 				} | ||||
| 			}, { | ||||
| 				loader: 'replace', | ||||
| 				query: { | ||||
| 					search: faPattern.toString(), | ||||
| 					replace: 'faReplacement' | ||||
| 					qs: [{ | ||||
| 						search: i18nPattern.toString(), | ||||
| 						replace: 'i18nReplacement', | ||||
| 						i18n: true | ||||
| 					}, { | ||||
| 						search: faPattern.toString(), | ||||
| 						replace: 'faReplacement' | ||||
| 					}] | ||||
| 				} | ||||
| 			}] | ||||
| 		}] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue