Skip to content

Commit

Permalink
fix: allow default export for unloader file
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Feb 11, 2025
1 parent 4a8a19c commit 771fbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/special-cases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const specialCases = (): Config[] => [
files: [
`**/*config*.${GLOB_SRC_EXT}`,
`**/{views,pages,routes,middleware,plugins,api,modules}/${GLOB_SRC}`,
`**/{index,vite,esbuild,rollup,rolldown,webpack,rspack,farm}.${GLOB_SRC_EXT}`,
`**/{index,vite,esbuild,rollup,rolldown,webpack,rspack,farm,unloader}.${GLOB_SRC_EXT}`,
'**/*.d.ts',
`${GLOB_MARKDOWN}/**`,
'**/.prettierrc*',
Expand Down

0 comments on commit 771fbcf

Please sign in to comment.