DefinitelyTyped/types/webpack-cleanup-plugin/webpack-cleanup-plugin-tests.ts
2017-12-14 10:08:58 +01:00

8 lines
192 B
TypeScript

import WebpackCleanupPlugin = require('webpack-cleanup-plugin');
new WebpackCleanupPlugin({
exclude: ["stats.json", "important.js", "folder/**/*"],
preview: true,
quiet: true
});