·
10 commits
to master
since this release
Minor Changes
-
#1798
96fc0f3Thanks @rschristian! - TypeScript is now an optional peer dependency, rather than a direct dependency, ofpreact-cli.If you use TypeScript in your projects (
.tsor.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_modulesdirectory a bit smaller (~20% w/ barebones dependency list).