File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed
Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11// @ts -check
22
3- const ForkTsCheckerNotifierWebpackPlugin = require ( "fork-ts-checker-notifier-webpack-plugin" )
43const FriendlyErrorsWebpackPlugin = require ( "friendly-errors-webpack-plugin" )
54const ProgressBarPlugin = require ( "progress-bar-webpack-plugin" )
65const 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 : {
Original file line number Diff line number Diff 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-
70597052form-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"
You can’t perform that action at this time.
0 commit comments