Skip to content

Commit faf2015

Browse files
committed
chore: get sass-loader from webpack org
1 parent d296e68 commit faf2015

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/utilities/fetch-package-repos.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ const stat = promisify(fs.stat);
1515

1616
const fetch = {
1717
loaders: [
18+
{
19+
organization: 'webpack',
20+
suffixes: ['-loader'],
21+
hides: excludedLoaders,
22+
},
1823
{
1924
organization: 'webpack-contrib',
2025
suffixes: ['-loader'],

0 commit comments

Comments
 (0)