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