esbuild-progress
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i esbuild-progress

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

4.57 kB

Total Files

7

Last publish

Collaborators

  • nguyenngoclong