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

Commit d84995e

Browse files
liximomoianschmitz
authored andcommitted
Move fork-ts-checker-webpack-plugin dependency to react-dev-utils (facebook#6395)
1 parent c852496 commit d84995e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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('fork-ts-checker-webpack-plugin');
32+
const ForkTsCheckerWebpackPlugin = require('react-dev-utils/ForkTsCheckerWebpackPlugin');
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
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",
4948
"fs-extra": "7.0.1",
5049
"html-webpack-plugin": "4.0.0-alpha.2",
5150
"identity-obj-proxy": "3.0.0",

0 commit comments

Comments
 (0)