Skip to content

Commit a735431

Browse files
committed
chore: hard-reference
1 parent faf2015 commit a735431

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/utilities/fetch-package-repos.mjs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,12 @@ const stat = promisify(fs.stat);
1515

1616
const fetch = {
1717
loaders: [
18-
{
19-
organization: 'webpack',
20-
suffixes: ['-loader'],
21-
hides: excludedLoaders,
22-
},
2318
{
2419
organization: 'webpack-contrib',
2520
suffixes: ['-loader'],
2621
hides: excludedLoaders,
2722
},
23+
'webpack/sass-loader',
2824
'babel/babel-loader',
2925
],
3026
plugins: [

0 commit comments

Comments
 (0)