Skip to content

Commit 4dc0048

Browse files
authored
chore: remove missed config in ts-fork cleanup (#3252)
* chore: remove missed config in ts-fork cleanup * chore: remove fork ts notifier * chore: update yarn lock
1 parent 560d50d commit 4dc0048

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

package.json

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

webpack/config/base.js

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

3-
const ForkTsCheckerNotifierWebpackPlugin = require("fork-ts-checker-notifier-webpack-plugin")
43
const FriendlyErrorsWebpackPlugin = require("friendly-errors-webpack-plugin")
54
const ProgressBarPlugin = require("progress-bar-webpack-plugin")
65
const WebpackNotifierPlugin = require("webpack-notifier")
@@ -61,10 +60,6 @@ const config = {
6160
],
6261
},
6362
plugins: [
64-
new ForkTsCheckerNotifierWebpackPlugin({
65-
excludeWarnings: true,
66-
skipFirstNotification: true,
67-
}),
6863
new FriendlyErrorsWebpackPlugin({
6964
clearConsole: false,
7065
compilationSuccessInfo: {

yarn.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7049,13 +7049,6 @@ forever@0.15.3:
70497049
utile "~0.2.1"
70507050
winston "~0.8.1"
70517051

7052-
fork-ts-checker-notifier-webpack-plugin@0.4.0:
7053-
version "0.4.0"
7054-
resolved "https://registry.yarnpkg.com/fork-ts-checker-notifier-webpack-plugin/-/fork-ts-checker-notifier-webpack-plugin-0.4.0.tgz#a5e34dfc7efc87915be8e996fad4b3c06fec3ed3"
7055-
integrity sha512-v0mt/9FLGbsbeplA68HaXj1s+ydEJkEWYs+NjtZs9r20UdrzmONzOQIkwhhk+k2Xv9RWypXdFFezC3uFphJ68Q==
7056-
dependencies:
7057-
node-notifier "^5.1.2"
7058-
70597052
form-data@1.0.0-rc3:
70607053
version "1.0.0-rc3"
70617054
resolved "https://registry.yarnpkg.com/form-data/-/form-data-1.0.0-rc3.tgz#d35bc62e7fbc2937ae78f948aaa0d38d90607577"

0 commit comments

Comments
 (0)