Skip to content

Commit

Permalink
fix: wrong loader name
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Oct 18, 2024
1 parent f34018c commit 00a3a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollup-extension-directory-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function plugin({
const filter = createFilter(include, exclude)

return {
name: 'default-extensions-loader',
name: 'extension-directory-loader',
resolveId(source) {
if (filter(source)) {
return source
Expand Down

0 comments on commit 00a3a0b

Please sign in to comment.