mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix: sassのmodern-compilerを使うように (#14651)
* fix(frontend-embed): ビルド時にsassのmodern-compilerを使うように * fix(frontend): ビルド時にsassのmodern-compilerを使うように
This commit is contained in:
		
							parent
							
								
									6fd4de246c
								
							
						
					
					
						commit
						a25d83f249
					
				
					 2 changed files with 10 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -91,6 +91,11 @@ export function getConfig(): UserConfig {
 | 
			
		|||
					}
 | 
			
		||||
				},
 | 
			
		||||
			},
 | 
			
		||||
			preprocessorOptions: {
 | 
			
		||||
				scss: {
 | 
			
		||||
					api: 'modern-compiler',
 | 
			
		||||
				},
 | 
			
		||||
			},
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		define: {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -109,6 +109,11 @@ export function getConfig(): UserConfig {
 | 
			
		|||
					}
 | 
			
		||||
				},
 | 
			
		||||
			},
 | 
			
		||||
			preprocessorOptions: {
 | 
			
		||||
				scss: {
 | 
			
		||||
					api: 'modern-compiler',
 | 
			
		||||
				},
 | 
			
		||||
			},
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		define: {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue