This package has been deprecated

Author message:

This package is deprecated because it can slow down your builds.

next-progressbar

1.0.0 • Public • Published


Installation

yarn add next-progressbar

Usage

Edit your next config :

// next.config.js
const withProgressBar = require('next-progressbar')
 
module.exports = withProgressBar({
  // rest of your next config
})

Configuration

You can configure this plugin. The options are passed down to webpackbar.

For more information, have a look at the options available for webpackbar.

For example, you can enable the profiler :

// next.config.js
const withProgressBar = require('next-progressbar')
 
module.exports = withProgressBar({
  progressBar: {
    profile: true
  }
  // rest of your next config
})

Dependents (2)

Package Sidebar

Install

npm i next-progressbar

Weekly Downloads

953

Version

1.0.0

License

MIT

Unpacked Size

2.57 kB

Total Files

4

Last publish

Collaborators

  • lucleray