1.0.0 • Published 4 years ago
prevent-output-webpack-plugin v1.0.0
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
1.0.0
4 years ago