1.0.1 • Published 6 months ago

esbuild-progress v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

esbuild-progress npm version

NPM

Simple esbuild plugin that display nice progress when build.

Install

npm install esbuild-progress --save--dev

Usage

var ProgressPlugin = require('esbuild-progress')
// import ProgressPlugin from 'esbuild-progress'

esbuild.build({
  plugins: [
    ProgressPlugin()
  ]
})

Plugin Options

  • name: The application name

License

MIT License

1.0.1

6 months ago

1.0.0

6 months ago