feat: add micro cli for initializing the config

This commit is contained in:
Igor Randjelovic
2020-11-23 16:27:33 +01:00
parent 31d560f75b
commit e544b4506f
3 changed files with 45 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ export enum messages {
/**
* This little plugin will report the webpack state through the console.
* So the {N} CLI can get some idea when compilation completes.
* @deprecated todo: remove soon
*/
export class WatchStateLoggerPlugin {
isRunningWatching: boolean;