Skip to content

Commit feca34a

Browse files
committed
chore: wip
1 parent 06cc1ab commit feca34a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/utilities/fetch-package-repos.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ const fetch = {
2020
suffixes: ['-loader'],
2121
hides: excludedLoaders,
2222
},
23-
'webpack/sass-loader',
23+
{
24+
organization: 'webpack',
25+
suffixes: ['-loader'],
26+
hides: [],
27+
},
2428
'babel/babel-loader',
2529
],
2630
plugins: [

0 commit comments

Comments
 (0)