Skip to content

Commit db68f69

Browse files
author
Piotr Oleś
committed
Update README.md
1 parent 609a66d commit db68f69

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Fork TS Checker Webpack Plugin
22
[![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)
33
[![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)
54

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.
76

8-
**Warning: API is not stable yet, will be from version 1.0**
9-
107
## Installation ##
118
This plugin is compatible with **Webpack 2**, **TypeScript 2.1** and **tslint 5.0**
129
```sh
@@ -45,7 +42,8 @@ var webpackConfig = {
4542
```
4643

4744
## 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.
4947

5048
## Options ##
5149
**tsconfig** `string` - Path to tsconfig.json file. If not set, plugin will use `path.resolve(compiler.options.context, './tsconfig.json')`.

0 commit comments

Comments
 (0)