Skip to content

Commit 560d50d

Browse files
chore: remove fork-ts-checker-webpack-plugin (#3251)
chore: remove fork-ts-checker-webpack-plugin
2 parents a5141f9 + 18cbfa6 commit 560d50d

File tree

3 files changed

+3
-56
lines changed

3 files changed

+3
-56
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@
182182
"eslint-plugin-react": "^7.22.0",
183183
"eslint-plugin-standard": "3.0.1",
184184
"fork-ts-checker-notifier-webpack-plugin": "0.4.0",
185-
"fork-ts-checker-webpack-plugin": "0.4.3",
186185
"friendly-errors-webpack-plugin": "1.7.0",
187186
"husky": "0.14.3",
188187
"imagesloaded": "4.1.4",

webpack/config/base.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// @ts-check
22

33
const ForkTsCheckerNotifierWebpackPlugin = require("fork-ts-checker-notifier-webpack-plugin")
4-
const ForkTsCheckerWebpackPlugin = require("fork-ts-checker-webpack-plugin")
54
const FriendlyErrorsWebpackPlugin = require("friendly-errors-webpack-plugin")
65
const ProgressBarPlugin = require("progress-bar-webpack-plugin")
76
const WebpackNotifierPlugin = require("webpack-notifier")
@@ -62,13 +61,6 @@ const config = {
6261
],
6362
},
6463
plugins: [
65-
new ForkTsCheckerWebpackPlugin({
66-
formatter: "codeframe",
67-
formatterOptions: "highlightCode",
68-
tslint: false,
69-
checkSyntacticErrors: true,
70-
watch: ["./src"],
71-
}),
7264
new ForkTsCheckerNotifierWebpackPlugin({
7365
excludeWarnings: true,
7466
skipFirstNotification: true,

yarn.lock

Lines changed: 3 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -3169,7 +3169,7 @@ aws4@^1.2.1, aws4@^1.8.0:
31693169
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
31703170
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
31713171

3172-
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
3172+
babel-code-frame@^6.26.0:
31733173
version "6.26.0"
31743174
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
31753175
integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=
@@ -7056,23 +7056,6 @@ fork-ts-checker-notifier-webpack-plugin@0.4.0:
70567056
dependencies:
70577057
node-notifier "^5.1.2"
70587058

7059-
fork-ts-checker-webpack-plugin@0.4.3:
7060-
version "0.4.3"
7061-
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-0.4.3.tgz#f08baa5122ee3de8760c5935e724f4f9f214fea8"
7062-
integrity sha512-C9wLxW4aL/1Ja2LvuJu5Ig6Dglerjl3b03bYtEKi9nota0mXEtJ/2RZcpZBF23vdRDXy88CAfmiOQIPvH2aO0w==
7063-
dependencies:
7064-
babel-code-frame "^6.22.0"
7065-
chalk "^1.1.3"
7066-
chokidar "^1.7.0"
7067-
lodash.endswith "^4.2.1"
7068-
lodash.isfunction "^3.0.8"
7069-
lodash.isstring "^4.0.1"
7070-
lodash.startswith "^4.2.1"
7071-
minimatch "^3.0.4"
7072-
resolve "^1.5.0"
7073-
tapable "^1.0.0"
7074-
vue-parser "^1.1.5"
7075-
70767059
form-data@1.0.0-rc3:
70777060
version "1.0.0-rc3"
70787061
resolved "https://registry.yarnpkg.com/form-data/-/form-data-1.0.0-rc3.tgz#d35bc62e7fbc2937ae78f948aaa0d38d90607577"
@@ -9953,11 +9936,6 @@ lodash.debounce@^4.0.8:
99539936
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
99549937
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
99559938

9956-
lodash.endswith@^4.2.1:
9957-
version "4.2.1"
9958-
resolved "https://registry.yarnpkg.com/lodash.endswith/-/lodash.endswith-4.2.1.tgz#fed59ac1738ed3e236edd7064ec456448b37bc09"
9959-
integrity sha1-/tWawXOO0+I27dcGTsRWRIs3vAk=
9960-
99619939
lodash.escape@^4.0.1:
99629940
version "4.0.1"
99639941
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
@@ -9988,21 +9966,11 @@ lodash.isequal@^4.5.0:
99889966
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
99899967
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
99909968

9991-
lodash.isfunction@^3.0.8:
9992-
version "3.0.9"
9993-
resolved "https://registry.yarnpkg.com/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz#06de25df4db327ac931981d1bdb067e5af68d051"
9994-
integrity sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==
9995-
99969969
lodash.isplainobject@^4.0.6:
99979970
version "4.0.6"
99989971
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
99999972
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
100009973

10001-
lodash.isstring@^4.0.1:
10002-
version "4.0.1"
10003-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
10004-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
10005-
100069974
lodash.keys@^3.0.0:
100079975
version "3.1.2"
100089976
resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a"
@@ -10032,11 +10000,6 @@ lodash.sortby@^4.7.0:
1003210000
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
1003310001
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
1003410002

10035-
lodash.startswith@^4.2.1:
10036-
version "4.2.1"
10037-
resolved "https://registry.yarnpkg.com/lodash.startswith/-/lodash.startswith-4.2.1.tgz#c598c4adce188a27e53145731cdc6c0e7177600c"
10038-
integrity sha1-xZjErc4YiiflMUVzHNxsDnF3YAw=
10039-
1004010003
lodash.throttle@^4.1.1:
1004110004
version "4.1.1"
1004210005
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
@@ -11510,7 +11473,7 @@ parse5@5.1.1:
1151011473
resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.1.tgz#f68e4e5ba1852ac2cadc00f4555fff6c2abb6178"
1151111474
integrity sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==
1151211475

11513-
parse5@^3.0.1, parse5@^3.0.3:
11476+
parse5@^3.0.1:
1151411477
version "3.0.3"
1151511478
resolved "https://registry.yarnpkg.com/parse5/-/parse5-3.0.3.tgz#042f792ffdd36851551cf4e9e066b3874ab45b5c"
1151611479
integrity sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA==
@@ -13389,7 +13352,7 @@ resolve@1.1.7:
1338913352
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
1339013353
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
1339113354

13392-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.3.2, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.5.0:
13355+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.3.2, resolve@^1.3.3, resolve@^1.4.0:
1339313356
version "1.15.1"
1339413357
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
1339513358
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
@@ -15699,13 +15662,6 @@ vscode-nls@^4.0.0:
1569915662
resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-4.1.1.tgz#f9916b64e4947b20322defb1e676a495861f133c"
1570015663
integrity sha512-4R+2UoUUU/LdnMnFjePxfLqNhBS8lrAFyX7pjb2ud/lqDkrUavFUTcG7wR0HBZFakae0Q6KLBFjMS6W93F403A==
1570115664

15702-
vue-parser@^1.1.5:
15703-
version "1.1.6"
15704-
resolved "https://registry.yarnpkg.com/vue-parser/-/vue-parser-1.1.6.tgz#3063c8431795664ebe429c23b5506899706e6355"
15705-
integrity sha512-v3/R7PLbaFVF/c8IIzWs1HgRpT2gN0dLRkaLIT5q+zJGVgmhN4VuZJF4Y9N4hFtFjS4B1EHxAOP6/tzqM4Ug2g==
15706-
dependencies:
15707-
parse5 "^3.0.3"
15708-
1570915665
w3c-hr-time@^1.0.1:
1571015666
version "1.0.1"
1571115667
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045"

0 commit comments

Comments
 (0)