Skip to content

Commit f832c16

Browse files
committed
chore: update
1 parent 1e37236 commit f832c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/constant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const ENTRY_EXTENSIONS: string[] = [
3939
...JS_EXTENSIONS,
4040
...CSS_EXTENSIONS,
4141
...JSON_EXTENSIONS,
42-
];
42+
] as const;
4343

4444
export const JS_EXTENSIONS_PATTERN: RegExp = new RegExp(
4545
`\\.(${JS_EXTENSIONS.join('|')})$`,

0 commit comments

Comments
 (0)