From a830c71f9729980503b1df9f9b82ae34181520e8 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 7 Nov 2023 10:09:15 +0100 Subject: [PATCH] Add clarification about `exclude` key --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 666bfb078..2d01610bd 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,9 @@ Optional: work. - `exclude`: An array of globs specifying files that should not be part of the published bundle that the compiler downloads when importing the package. To be - used for support files like images or documentation that would otherwise - unnecessarily increase the bundle size. + used for large support files like images or PDF documentation that would + otherwise unnecessarily increase the bundle size. Don't exclude the README or + the LICENSE. Packages always live in folders named as `{name}/{version}`. The name and version in the folder name and manifest must match. Paths in a package are local