Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit 6a7fff2

Browse files
committed
Revert "Move fork-ts-checker-webpack-plugin dependency to react-dev-utils (facebook#6395)"
This reverts commit c2b7158.
1 parent d84995e commit 6a7fff2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const getCSSModuleLocalIdent = require('react-dev-utils/getCSSModuleLocalIdent')
2929
const paths = require('./paths');
3030
const getClientEnvironment = require('./env');
3131
const ModuleNotFoundPlugin = require('react-dev-utils/ModuleNotFoundPlugin');
32-
const ForkTsCheckerWebpackPlugin = require('react-dev-utils/ForkTsCheckerWebpackPlugin');
32+
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
3333
const typescriptFormatter = require('react-dev-utils/typescriptFormatter');
3434
// @remove-on-eject-begin
3535
const getCacheIdentifier = require('react-dev-utils/getCacheIdentifier');

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"eslint-plugin-jsx-a11y": "6.1.2",
4646
"eslint-plugin-react": "7.12.4",
4747
"file-loader": "2.0.0",
48+
"fork-ts-checker-webpack-plugin": "1.0.0-alpha.6",
4849
"fs-extra": "7.0.1",
4950
"html-webpack-plugin": "4.0.0-alpha.2",
5051
"identity-obj-proxy": "3.0.0",

0 commit comments

Comments
 (0)