Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
preact-cli@3.5.0.tar.gz | 2023-07-29 | 421.3 kB | |
preact-cli@3.5.0.zip | 2023-07-29 | 492.3 kB | |
README.md | 2023-07-29 | 787 Bytes | |
Totals: 3 Items | 914.4 kB | 0 |
Minor Changes
-
#1798
96fc0f3
Thanks @rschristian! - TypeScript is now an optional peer dependency, rather than a direct dependency, ofpreact-cli
.If you use TypeScript in your projects (
.ts
or.tsx
), you will need to have your own version of TypeScript installed and added to yourpackage.json
. This gives you greator control over the version of TypeScript used and most already have TypeScript listed as a dependency anyways.For those not using TypeScript, no change is needed, and this should make your
node_modules
directory a bit smaller (~20% w/ barebones dependency list).