preact-bot
released this
29 Jul 03:06
·
10 commits
to master
since this release
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).