5.0.10 • Published 7 months ago

@kdujs/cli-plugin-typescript v5.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@kdujs/cli-plugin-typescript

typescript plugin for kdu-cli

Uses TypeScript + ts-loader + fork-ts-checker-webpack-plugin for faster off-thread type checking.

Configuration

TypeScript can be configured via tsconfig.json.

This plugin can be used alongside @kdujs/cli-plugin-babel. When used with Babel, this plugin will output ES2015 and delegate the rest to Babel for auto polyfill based on browser targets.

Injected Commands

If opted to use TSLint during project creation, kdu-cli-service lint will be injected.

Caching

cache-loader is enabled by default and cache is stored in <projectRoot>/node_modules/.cache/ts-loader.

Parallelization

thread-loader is enabled by default when the machine has more than 1 CPU cores. This can be turned off by setting parallel: false in kdu.config.js.

Installing in an Already Created Project

kdu add @kdujs/typescript

Injected webpack-chain Rules

  • config.rule('ts')
  • config.rule('ts').use('ts-loader')
  • config.rule('ts').use('babel-loader') (when used alongside @kdujs/cli-plugin-babel)
  • config.rule('ts').use('cache-loader')
  • config.plugin('fork-ts-checker')
3.5.1

7 months ago

5.0.1

3 years ago

5.0.10

3 years ago

5.0.0

3 years ago

3.0.0

3 years ago

4.0.5

3 years ago

4.0.4

3 years ago

4.0.0

3 years ago

4.0.3

3 years ago

4.0.2

3 years ago

5.0.9

3 years ago

5.0.9-beta.0

3 years ago

5.0.8

3 years ago

5.0.8-beta.2

3 years ago

5.0.8-beta.1

3 years ago

5.0.8-beta.0

3 years ago