Skip to content

Commit

Permalink
docs: do not match .ass (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Claypool authored and evilebottnawi committed Jun 7, 2018
1 parent fd72fd7 commit 98b4d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 98b4d0e

Please sign in to comment.