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 add5cfe commit a41a0ceCopy full SHA for a41a0ce
app-config-lcdev-inject/src/index.ts
@@ -1,2 +1,2 @@
1
export * from '@app-config/inject';
2
-export { default as default } from '@app-config/inject';
+export { 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';
+export { 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';
+export { default } from '@app-config/webpack';
0 commit comments