0.0.1 • Published 1 year ago

@golden-tiger/custom-clean-plugin v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@golden-tiger/custom-clean-plugin

This webpack plugin will remove all files and directories passed from parameters before webpack bundling.

import CustomCleanPlugin from '@golden-tiger/custom-clean-plugin';
// ...
{
  plugins: [
    new CustomCleanPlugin([
      path.join(__dirname, 'dist'),
      path.join(__dirname, 'index.html'),
      // ...
    ]),
  ],
}
0.0.1

1 year ago