Skip to content

Commit 771fbcf

Browse files
committedFeb 11, 2025
fix: allow default export for unloader file
1 parent 4a8a19c commit 771fbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/configs/special-cases.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const specialCases = (): Config[] => [
2222
files: [
2323
`**/*config*.${GLOB_SRC_EXT}`,
2424
`**/{views,pages,routes,middleware,plugins,api,modules}/${GLOB_SRC}`,
25-
`**/{index,vite,esbuild,rollup,rolldown,webpack,rspack,farm}.${GLOB_SRC_EXT}`,
25+
`**/{index,vite,esbuild,rollup,rolldown,webpack,rspack,farm,unloader}.${GLOB_SRC_EXT}`,
2626
'**/*.d.ts',
2727
`${GLOB_MARKDOWN}/**`,
2828
'**/.prettierrc*',

0 commit comments

Comments
 (0)