Menu
io arcio arc
🌜
🌞
io arcio arc
  • Getting Started
  • Select languages and frameworks
  • Configuration
    • Overview
    • Site Settings
    • Build Settings
    • Extending the webpack
  • Build
    • Overview
    • HTML
    • CSS
    • JavaScript
  • Plugins
    • Overview
    • Tasks
      • browser-sync
      • clean
      • copy
      • manifest
      • service-worker
      • webp-converter
      • webpack-babel
      • webpack-css
      • webpack-html
      • webpack-pug
      • webpack-sass
      • webpack-stylus
      • webpack-typescript
      • webpack-vue
      • webpack-vue-typescript
      • yaml2json
    • Modules
      • env
        • Overview
        • Constants
          • Common
          • Site Information
          • HTML
          • CSS
          • JavaScript
          • Images
          • Static
          • YAML2JSON
      • file-list
      • logger
      • output-dir-diff
      • path-build
      • read-yaml
      • types
      • utils
      • webp-converter
      • webpack-loaders-image
      • webpack-loaders-js
      • webpack-loaders-pug-linter
      • webpack-plugins-task-message
      • webpack-settings
      • yaml2json

@io-arc/webpack-plugins-task-message

Task complete message for webpack plugin.

Usage#

$ npm i @io-arc/webpack-plugins-task-message
index.ts
import TaskMessage from '@io-arc/webpack-plugins-task-message'
export default {
// (abbreviation)
plugins: [new TaskMessage('task name')]
}

Methods#

TaskMessage(task)#

Return: (show log)

Logs the status of the task when webpack finishes building, or an error occurs.

Parameters

paramstypedefaultdescription
taskstring-Task name
Previous
« @io-arc/webpack-loaders-pug-linter
Next
@io-arc/webpack-settings »
  • Usage
  • Methods
    • TaskMessage(task)
Copyright © 2022 io arc project.