1.1.1 • Published 1 year ago

@io-arc/webpack-settings v1.1.1

Weekly downloads
19
License
ISC
Repository
github
Last release
1 year ago

@io-arc/webpack-settings

Webpack build settings.

See the documents.

Install

$ npm i @io-arc/webpack-settings

Usage

import { stats, performance, progressBar } from '@io-arc/webpack-settings'
import progressBarPlugin from 'progress-bar-webpack-plugin'

export default {
  // (abbreviation)
  stats: stats(),
  performance: performance(),
  plugins: [new progressBarPlugin(progressBar('task name'))]
}