File tree Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ const CaseSensitivePathsPlugin = require("case-sensitive-paths-webpack-plugin");
16
16
const InterpolateHtmlPlugin = require ( "react-dev-utils/InterpolateHtmlPlugin" ) ;
17
17
const WatchMissingNodeModulesPlugin = require ( "react-dev-utils/WatchMissingNodeModulesPlugin" ) ;
18
18
const ModuleScopePlugin = require ( "react-dev-utils/ModuleScopePlugin" ) ;
19
- const ForkTsCheckerWebpackPlugin = require ( "fork-ts-checker-webpack-plugin" ) ;
20
19
const getClientEnvironment = require ( "./env" ) ;
21
20
const paths = require ( "./paths" ) ;
22
21
const TsconfigPathsPlugin = require ( "tsconfig-paths-webpack-plugin" ) ;
@@ -285,13 +284,6 @@ module.exports = {
285
284
// https://github.com/jmblog/how-to-optimize-momentjs-with-webpack
286
285
// You can remove this if you don't use Moment.js:
287
286
new webpack . IgnorePlugin ( / ^ \. \/ l o c a l e $ / , / m o m e n t $ / ) ,
288
- // Perform type checking and linting in a separate process to speed up compilation
289
- new ForkTsCheckerWebpackPlugin ( {
290
- async : false ,
291
- watch : paths . appSrc ,
292
- tsconfig : paths . appTsConfig ,
293
- tslint : paths . appTsLint ,
294
- } ) ,
295
287
] ,
296
288
// Some libraries import Node modules but don't use them in the browser.
297
289
// Tell Webpack to provide empty mocks for them so importing them works.
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ const ManifestPlugin = require("webpack-manifest-plugin");
17
17
const InterpolateHtmlPlugin = require ( "react-dev-utils/InterpolateHtmlPlugin" ) ;
18
18
const SWPrecacheWebpackPlugin = require ( "sw-precache-webpack-plugin" ) ;
19
19
const ModuleScopePlugin = require ( "react-dev-utils/ModuleScopePlugin" ) ;
20
- const ForkTsCheckerWebpackPlugin = require ( "fork-ts-checker-webpack-plugin" ) ;
21
20
const paths = require ( "./paths" ) ;
22
21
const getClientEnvironment = require ( "./env" ) ;
23
22
const TsconfigPathsPlugin = require ( "tsconfig-paths-webpack-plugin" ) ;
@@ -392,12 +391,6 @@ module.exports = {
392
391
// https://github.com/jmblog/how-to-optimize-momentjs-with-webpack
393
392
// You can remove this if you don't use Moment.js:
394
393
new webpack . IgnorePlugin ( / ^ \. \/ l o c a l e $ / , / m o m e n t $ / ) ,
395
- // Perform type checking and linting in a separate process to speed up compilation
396
- new ForkTsCheckerWebpackPlugin ( {
397
- async : false ,
398
- tsconfig : paths . appTsProdConfig ,
399
- tslint : paths . appTsLint ,
400
- } ) ,
401
394
] ,
402
395
// Some libraries import Node modules but don't use them in the browser.
403
396
// Tell Webpack to provide empty mocks for them so importing them works.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-scripts-ts-and-sass" ,
3
- "version" : " 3.2.1 " ,
3
+ "version" : " 3.2.2 " ,
4
4
"description" : " TypeScript configuration and scripts for Create React App." ,
5
5
"repository" : " wmonk/create-react-app-typescript" ,
6
6
"license" : " BSD-3-Clause" ,
32
32
"dotenv-expand" : " 4.2.0" ,
33
33
"extract-text-webpack-plugin" : " 3.0.2" ,
34
34
"file-loader" : " 1.1.5" ,
35
- "fork-ts-checker-webpack-plugin" : " ^0.2.8" ,
36
35
"fs-extra" : " 3.0.1" ,
37
36
"html-webpack-plugin" : " 2.29.0" ,
38
37
"jest" : " 20.0.4" ,
You can’t perform that action at this time.
0 commit comments