purgesvg-webpack-plugin

2.0.0 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i purgesvg-webpack-plugin

    Weekly Downloads

    0

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    1.41 kB

    Total Files

    3

    Last publish

    Collaborators

    • bostjanob