0.2.2 • Published 2 years ago

xxteam-rollup-plugin-progress v0.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Introduction

Base on rollup-plugin-progress, rewrite by typescript.

xxteam-rollup-plugin-progress

Show current module being transpiled by the rollup bundler.

Installation

npm i -D xxteam-rollup-plugin-progress

Usage

Include the following in the rollup config

import { defineConfig } from 'rollup'
import progress from 'xxteam-rollup-plugin-progress'

const rollupConfig = defineConfig({
  plugins: [
    progress({
      clearLine: false // default: true
    })
  ]
})

export default rollupConfig
0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago