From e14b425377dd6789449fde6532aabe2e9d349584 Mon Sep 17 00:00:00 2001 From: Oumar Barry Date: Sat, 26 Nov 2022 12:57:48 +0000 Subject: [PATCH 1/2] docs: add defaultExportByFilename in config section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 07c6919..355089b 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,9 @@ AutoImport({ ], }, ], + + // Enable auto import by filename for default module exports under directories + defaultExportByFilename: false, // Auto import for module exports under directories // by default it only scan one level of modules under the directory From 42464b2ef28e249d716d4c987fc0a8215ff2e3a5 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 29 Nov 2022 20:50:20 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 355089b..fc7bb4a 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,6 @@ AutoImport({ ], }, ], - // Enable auto import by filename for default module exports under directories defaultExportByFilename: false,