From 27e228ce205a608cd7910e9e605ce0a0e3cf03df Mon Sep 17 00:00:00 2001 From: Robert Claypool Date: Sat, 5 May 2018 08:48:10 -0500 Subject: [PATCH] Do not match .ass --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14cfed58..4aef8da9 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ module.exports = { module: { rules: [ { - test: /\.s?[ac]ss$/, + test: /\.(sa|sc|c)ss$/, use: [ devMode ? 'style-loader' : MiniCssExtractPlugin.loader, 'css-loader',