2.0.0 • Published 3 years ago

purgesvg-webpack-plugin v2.0.0

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

purgesvg-webpack-plugin

for webpack v3

Installation

npm install --save-dev purgesvg-webpack-plugin
yarn add --dev purgesvg-webpack-plugin

Usage

Example webpack.config.js

const PurgeSvgPlugin = require('purgesvg-webpack-plugin');

module.exports = {
    plugins: [
        new PurgeSvgPlugin({
            // options
        }),
    ],
};

Available options at Media24si/purge-svg