Skip to content

Commit 29d0f72

Browse files
committed
fix: export defaults in package aliases
1 parent 6c90ece commit 29d0f72

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

app-config-lcdev-inject/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export * from '@app-config/inject';
2+
export { default as default } from '@app-config/inject';

app-config-lcdev-main/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export * from '@app-config/main';
2+
export { default as default } from '@app-config/main';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export * from '@app-config/webpack';
2+
export { default as default } from '@app-config/webpack';

0 commit comments

Comments
 (0)