prevent-output-webpack-plugin
v1.0.0
Published
Prevent saving output files and stop assets from being emitted by Webpack
Maintainers
Readme
prevent-output-webpack-plugin
Prevent saving output files and stop assets from being emitted by Webpack.
Install
npm install --save-dev prevent-output-webpack-pluginyarn add -D prevent-output-webpack-pluginUsage
const PreventOutputWebpackPlugin = require('prevent-output-webpack-plugin');
module.exports = {
plugins: [
new PreventOutputWebpackPlugin()
]
}Compatibility
This plugin is only compatible with Webpack 5
