Skip to content

Commit

Permalink
added styl and sass to default extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
fqborges committed May 18, 2020
1 parent 220e20e commit 247a5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const NAME = "webpack-fix-style-only-entries";

const defaultOptions = {
extensions: ["less", "scss", "css"],
extensions: ["less", "scss", "css", "sass", "styl"],
silent: false,
ignore: undefined,
};
Expand Down

0 comments on commit 247a5c9

Please sign in to comment.