Skip to content

Commit

Permalink
Add clarification about exclude key
Browse files Browse the repository at this point in the history
laurmaedje committed Nov 7, 2023
1 parent 708036f commit a830c71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a830c71

Please sign in to comment.