Skip to content

Commit e107866

Browse files
committed
feat: no longer need to load config twice
1 parent c7a76ea commit e107866

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app-config-webpack/src/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ export default class AppConfigPlugin {
5555
if (!resolve) return;
5656

5757
if (this.intercept.test(resolve.request)) {
58-
const { filePaths } = await loadValidatedConfig(
59-
this.loadingOptions,
60-
this.schemaLoadingOptions,
61-
);
62-
6358
const queryString = JSON.stringify({
6459
loading: this.loadingOptions,
6560
schemaLoading: this.schemaLoadingOptions,

0 commit comments

Comments
 (0)