File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ /**
2+ * Copyright (c) 2015-present, Facebook, Inc.
3+ *
4+ * This source code is licensed under the MIT license found in the
5+ * LICENSE file in the root directory of this source tree.
6+ */
7+
8+ 'use strict' ;
9+
10+ var ForkTsCheckerWebpackPlugin = require ( 'fork-ts-checker-webpack-plugin' ) ;
11+
12+ module . exports = ForkTsCheckerWebpackPlugin ;
Original file line number Diff line number Diff line change 2020 " eslintFormatter.js" ,
2121 " evalSourceMapMiddleware.js" ,
2222 " FileSizeReporter.js" ,
23+ " ForkTsCheckerWebpackPlugin.js" ,
2324 " formatWebpackMessages.js" ,
2425 " getCacheIdentifier.js" ,
2526 " getCSSModuleLocalIdent.js" ,
5455 "escape-string-regexp" : " 1.0.5" ,
5556 "filesize" : " 3.6.1" ,
5657 "find-up" : " 3.0.0" ,
58+ "fork-ts-checker-webpack-plugin" : " 1.0.0-alpha.6" ,
5759 "global-modules" : " 2.0.0" ,
5860 "globby" : " 8.0.2" ,
5961 "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 ( 'fork-ts-checker-webpack-plugin ' ) ;
32+ const ForkTsCheckerWebpackPlugin = require ( 'react-dev-utils/ForkTsCheckerWebpackPlugin ' ) ;
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" ,
4948 "fs-extra" : " 7.0.1" ,
5049 "html-webpack-plugin" : " 4.0.0-alpha.2" ,
5150 "identity-obj-proxy" : " 3.0.0" ,
You can’t perform that action at this time.
0 commit comments