1.1.0 • Published 6 years ago

unused-loaders-plugin v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

UnusedLoadersPlugin

A webpack plugin to find unused rules/loaders

Install

npm i unused-loaders-plugin --save-dev 

// or use yarn :)
yarn add unused-loaders-plugin -dev

Usage

// webpack configuration
const UnusedLoadersPlugin = require('unused-loaders-plugin')

module.exports = {
  // other config
  plugins: [
    new UnusedLoadersPlugin()
    // other plugins
  ]
}
1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago