Skip to content

Commit 87b2347

Browse files
JounQinCopilot
andauthored
Update packages/doom/src/cli/load-config.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: JounQin <admin@1stg.me>
1 parent 246d758 commit 87b2347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/doom/src/cli/load-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ const getCommonConfig = async ({
359359
return mergeConfig(rspackConfig, {
360360
resolve: {
361361
extensionAlias: {
362-
'.ts': ['.ts', '.tsx', '.ts'],
362+
'.js': ['.ts', '.tsx', '.js'],
363363
},
364364
},
365365
plugins: [

0 commit comments

Comments
 (0)