mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	fix(client): Broken syntax highlight
This commit is contained in:
		
							parent
							
								
									fb7c4ee21a
								
							
						
					
					
						commit
						60736bab2a
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -98,7 +98,10 @@ module.exports = {
 | 
			
		|||
			use: [{
 | 
			
		||||
				loader: 'vue-style-loader'
 | 
			
		||||
			}, {
 | 
			
		||||
				loader: 'css-loader'
 | 
			
		||||
				loader: 'css-loader',
 | 
			
		||||
				options: {
 | 
			
		||||
					esModule: false, // TODO: trueにすると壊れる。Vue3移行の折にはtrueにできるかもしれない
 | 
			
		||||
				}
 | 
			
		||||
			}, postcss]
 | 
			
		||||
		}, {
 | 
			
		||||
			test: /\.(eot|woff|woff2|svg|ttf)([?]?.*)$/,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue