Add support for sass type files

This commit is contained in:
Tome Pejoski 2018-10-10 16:44:13 +02:00 committed by GitHub
parent bda1dc0020
commit 1d093b383e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ export function webpack(config, { configDir }) {
exclude: /\.async\.html$/,
},
{
test: /\.scss$/,
test: /\.(scss|sass)$/,
use: [require.resolve('raw-loader'), require.resolve('sass-loader')],
},
],