for webpack v3
npm install --save-dev purgesvg-webpack-plugin
yarn add --dev purgesvg-webpack-plugin
const PurgeSvgPlugin = require('purgesvg-webpack-plugin');
module.exports = {
plugins: [
new PurgeSvgPlugin({
// options
}),
],
};
Available options at Media24si/purge-svg