1.0.0 • Published 3 years ago

prevent-output-webpack-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

prevent-output-webpack-plugin

Prevent saving output files and stop assets from being emitted by Webpack.

Install

npm install --save-dev prevent-output-webpack-plugin
yarn add -D prevent-output-webpack-plugin

Usage

const PreventOutputWebpackPlugin = require('prevent-output-webpack-plugin');

module.exports = {
    plugins: [
        new PreventOutputWebpackPlugin()
    ]
}

Compatibility

This plugin is only compatible with Webpack 5