File tree 4 files changed +2
-15
lines changed
4 files changed +2
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 20
20
" eslintFormatter.js" ,
21
21
" evalSourceMapMiddleware.js" ,
22
22
" FileSizeReporter.js" ,
23
- " ForkTsCheckerWebpackPlugin.js" ,
24
23
" formatWebpackMessages.js" ,
25
24
" getCacheIdentifier.js" ,
26
25
" getCSSModuleLocalIdent.js" ,
55
54
"escape-string-regexp" : " 1.0.5" ,
56
55
"filesize" : " 3.6.1" ,
57
56
"find-up" : " 3.0.0" ,
58
- "fork-ts-checker-webpack-plugin" : " 1.0.0-alpha.6" ,
59
57
"global-modules" : " 2.0.0" ,
60
58
"globby" : " 8.0.2" ,
61
59
"gzip-size" : " 5.0.0" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const getCSSModuleLocalIdent = require('react-dev-utils/getCSSModuleLocalIdent')
29
29
const paths = require ( './paths' ) ;
30
30
const getClientEnvironment = require ( './env' ) ;
31
31
const ModuleNotFoundPlugin = require ( 'react-dev-utils/ModuleNotFoundPlugin' ) ;
32
- const ForkTsCheckerWebpackPlugin = require ( 'react-dev-utils/ForkTsCheckerWebpackPlugin ' ) ;
32
+ const ForkTsCheckerWebpackPlugin = require ( 'fork-ts-checker-webpack-plugin ' ) ;
33
33
const typescriptFormatter = require ( 'react-dev-utils/typescriptFormatter' ) ;
34
34
// @remove -on-eject-begin
35
35
const getCacheIdentifier = require ( 'react-dev-utils/getCacheIdentifier' ) ;
Original file line number Diff line number Diff line change 45
45
"eslint-plugin-jsx-a11y" : " 6.1.2" ,
46
46
"eslint-plugin-react" : " 7.12.4" ,
47
47
"file-loader" : " 2.0.0" ,
48
+ "fork-ts-checker-webpack-plugin" : " 1.0.0-alpha.6" ,
48
49
"fs-extra" : " 7.0.1" ,
49
50
"html-webpack-plugin" : " 4.0.0-alpha.2" ,
50
51
"identity-obj-proxy" : " 3.0.0" ,
You can’t perform that action at this time.
0 commit comments