We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c90ece commit 29d0f72Copy full SHA for 29d0f72
app-config-lcdev-inject/src/index.ts
@@ -1 +1,2 @@
1
export * from '@app-config/inject';
2
+export { default as default } from '@app-config/inject';
app-config-lcdev-main/src/index.ts
export * from '@app-config/main';
+export { default as default } from '@app-config/main';
app-config-lcdev-webpack-plugin/src/index.ts
export * from '@app-config/webpack';
+export { default as default } from '@app-config/webpack';
0 commit comments