You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🧨 Changed type from NormalizedType to Issue which is used by plugin hooks and formatters,
🧨 Formatter will not receive second argument useColors - it should be handled automatically by the formatter (for example by using chalk)
🧨 Dropped support for multi-process mode (removed workers option from
plugin configuration, workersNumber argument from serviceStart hook
and pre-computed consts: ONE_CPU, ALL_CPUS, ONE_CPU_FREE, TWO_CPUS_FREE)
🧨 Dropped support for watch paths option (removed watch option from
the plugin-configuration and watchPaths argument from serviceStart
hook)
🧨 Dropped support for webpack 2.0 and webpack 3.0
🧨 Dropped support for TsLint
🧨 Removed "tslint" and "tslintAutoFix" option
🧨 Removed "hasTslint" argument for the "waiting" plugin hook
🧨 Removed "tslintPath" argument for the "serviceStart" plugin hook