This repository was archived by the owner on Jul 24, 2019. It is now read-only.
File tree 4 files changed +15
-2
lines changed
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 20
20
" eslintFormatter.js" ,
21
21
" evalSourceMapMiddleware.js" ,
22
22
" FileSizeReporter.js" ,
23
+ " ForkTsCheckerWebpackPlugin.js" ,
23
24
" formatWebpackMessages.js" ,
24
25
" getCacheIdentifier.js" ,
25
26
" getCSSModuleLocalIdent.js" ,
54
55
"escape-string-regexp" : " 1.0.5" ,
55
56
"filesize" : " 3.6.1" ,
56
57
"find-up" : " 3.0.0" ,
58
+ "fork-ts-checker-webpack-plugin" : " 1.0.0-alpha.6" ,
57
59
"global-modules" : " 2.0.0" ,
58
60
"globby" : " 8.0.2" ,
59
61
"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 ( 'fork-ts-checker-webpack-plugin ' ) ;
32
+ const ForkTsCheckerWebpackPlugin = require ( 'react-dev-utils/ForkTsCheckerWebpackPlugin ' ) ;
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" ,
49
48
"fs-extra" : " 7.0.1" ,
50
49
"html-webpack-plugin" : " 4.0.0-alpha.2" ,
51
50
"identity-obj-proxy" : " 3.0.0" ,
You can’t perform that action at this time.
0 commit comments