Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nukecss-webpack

NPM Package Build Status Coverage Status Commitizen friendly Dependencies

Uses nukecss to eliminate unused css from your webpack bundle. Support for the extract-text-webpack-plugin and for style-loader.

Usage

Install nukecss-webpack

npm install --save-dev nukecss-webpack

Setup Your Webpack Configuration

const NukeCssPlugin = require('nukecss-webpack')

module.exports = {
  entry: 'my-entry.js',
  output: {
    // ...
  },
  plugins: [
    // ...
    new NukecssPlugin()
  ],
}

Save Bytes

Before

out.css   146 kB       0  [emitted]  main

After

out.css  6.82 kB       0  [emitted]  main

About

Eliminates unused CSS from your webpack bundle.

Topics

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages