Fix build with new sass-loader
This commit is contained in:
		
							parent
							
								
									2c6d8ebf02
								
							
						
					
					
						commit
						04125c9c0d
					
				| 
						 | 
				
			
			@ -20,7 +20,9 @@ module.exports = {
 | 
			
		|||
    {
 | 
			
		||||
      loader: 'sass-loader',
 | 
			
		||||
      options: {
 | 
			
		||||
        includePaths: ['app/javascript'],
 | 
			
		||||
        sassOptions: {
 | 
			
		||||
          includePaths: ['app/javascript'],
 | 
			
		||||
        },
 | 
			
		||||
        implementation: require('sass'),
 | 
			
		||||
        sourceMap: true,
 | 
			
		||||
      },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue