purgesvg-webpack-plugin
v2.0.0
Published
Webpack plugin for purgesvg
Downloads
5
Maintainers
Readme
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