File tree Expand file tree Collapse file tree 4 files changed +2
-15
lines changed Expand file tree Collapse file tree 4 files changed +2
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2020 " eslintFormatter.js" ,
2121 " evalSourceMapMiddleware.js" ,
2222 " FileSizeReporter.js" ,
23- " ForkTsCheckerWebpackPlugin.js" ,
2423 " formatWebpackMessages.js" ,
2524 " getCacheIdentifier.js" ,
2625 " getCSSModuleLocalIdent.js" ,
5554 "escape-string-regexp" : " 1.0.5" ,
5655 "filesize" : " 3.6.1" ,
5756 "find-up" : " 3.0.0" ,
58- "fork-ts-checker-webpack-plugin" : " 1.0.0-alpha.6" ,
5957 "global-modules" : " 2.0.0" ,
6058 "globby" : " 8.0.2" ,
6159 "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')
2929const paths = require ( './paths' ) ;
3030const getClientEnvironment = require ( './env' ) ;
3131const ModuleNotFoundPlugin = require ( 'react-dev-utils/ModuleNotFoundPlugin' ) ;
32- const ForkTsCheckerWebpackPlugin = require ( 'react-dev-utils/ForkTsCheckerWebpackPlugin ' ) ;
32+ const ForkTsCheckerWebpackPlugin = require ( 'fork-ts-checker-webpack-plugin ' ) ;
3333const typescriptFormatter = require ( 'react-dev-utils/typescriptFormatter' ) ;
3434// @remove -on-eject-begin
3535const getCacheIdentifier = require ( 'react-dev-utils/getCacheIdentifier' ) ;
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments