1.0.3 • Published 2 years ago

webpack-remove-assets v1.0.3

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

Desc

A webpack plugin that removes assets after build stage and before files are actually emitted

Install

npm install --save-dev webpack-remove-assets

Usage

// webpack.config.js
var RemoveAssetsPlugin = require('webpack-remove-assets');
 
module.exports = {
  // ... snip ...
  plugins: [
        new RemoveAssetsPlugin(['folder/','folder/file.js']);
  ],
  // ... snip ...
}
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago