Commit dfe91e1
committed
build: exclude src/examples from published dist
Examples are meant to be read and run from the repo via tsx, not
imported from the package. Excluding them from the prod/cjs build
configs means dist/{esm,cjs}/examples/ is no longer produced and
no longer ships in the npm tarball.
Follow-up to #1579 / #1553.1 parent bf1e022 commit dfe91e1
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
0 commit comments