We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf2015 commit a735431Copy full SHA for a735431
src/utilities/fetch-package-repos.mjs
@@ -15,16 +15,12 @@ const stat = promisify(fs.stat);
15
16
const fetch = {
17
loaders: [
18
- {
19
- organization: 'webpack',
20
- suffixes: ['-loader'],
21
- hides: excludedLoaders,
22
- },
23
{
24
organization: 'webpack-contrib',
25
suffixes: ['-loader'],
26
hides: excludedLoaders,
27
},
+ 'webpack/sass-loader',
28
'babel/babel-loader',
29
],
30
plugins: [
0 commit comments