File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Fork TS Checker Webpack Plugin
2
2
[ ![ Npm version] ( https://img.shields.io/npm/v/@realytics/fork-ts-checker-webpack-plugin.svg?style=flat-square )] ( https://www.npmjs.com/package/@realytics/fork-ts-checker-webpack-plugin )
3
3
[ ![ Build Status] ( https://travis-ci.org/realytics/fork-ts-checker-webpack-plugin.svg?branch=master )] ( https://travis-ci.org/realytics/fork-ts-checker-webpack-plugin )
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/realytics/fork-ts-checker-webpack-plugin/badge.svg?branch=master )] ( https://coveralls.io/github/realytics/fork-ts-checker-webpack-plugin?branch=master )
5
4
6
- Webpack plugin that runs typescript type checker (and eventually linter) on separate process .
5
+ Webpack plugin that runs typescript type checker (with optional linter) on separate processes .
7
6
8
- ** Warning: API is not stable yet, will be from version 1.0**
9
-
10
7
## Installation ##
11
8
This plugin is compatible with ** Webpack 2** , ** TypeScript 2.1** and ** tslint 5.0**
12
9
``` sh
@@ -45,7 +42,8 @@ var webpackConfig = {
45
42
```
46
43
47
44
## Motivation ##
48
- TODO
45
+ There is already similar solution - [ awesome-typescript-loader] ( https://github.com/s-panferov/awesome-typescript-loader ) .
46
+ The problem with atl is that it's slower in some cases.
49
47
50
48
## Options ##
51
49
** tsconfig** ` string ` - Path to tsconfig.json file. If not set, plugin will use ` path.resolve(compiler.options.context, './tsconfig.json') ` .
You can’t perform that action at this time.
0 commit comments