Skip to content

preact-cli@3.5.0

Latest
Compare
Choose a tag to compare
@preact-bot preact-bot released this 29 Jul 03:06
· 10 commits to master since this release
544f543

Minor Changes

  • #1798 96fc0f3 Thanks @rschristian! - TypeScript is now an optional peer dependency, rather than a direct dependency, of preact-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 your package.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).