@io-arc/webpack-plugins-task-messageTask complete message for webpack plugin.Usage#$ npm i @io-arc/webpack-plugins-task-messageCopyindex.tsimport TaskMessage from '@io-arc/webpack-plugins-task-message' export default { // (abbreviation) plugins: [new TaskMessage('task name')]}CopyMethods#TaskMessage(task)#Return: (show log)Logs the status of the task when webpack finishes building, or an error occurs.Parametersparamstypedefaultdescriptiontaskstring-Task name