mrsum / webpack-svgstore-plugin

Simple svg-sprite creating with webpack
https://www.npmjs.com/package/webpack-svgstore-plugin
200 stars 92 forks source link

How to migrate to Webpack4? #167

Open SimchaShats opened 6 years ago

matpaul commented 6 years ago

@SimchaShats in our project it work without any problems

surreal8 commented 5 years ago

Hi, I'm getting an error when using the plugin with Webpack 4:

(node:6681) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead

Is anyone else experiencing the same?

sjmcdowall commented 5 years ago

Same issue as @surreal8 -- this plugin needs to be updated ... is this thing being maintained at all? I see a PR still from June 1 outstanding, etc.

nadavsinai commented 5 years ago

hi, Just FYI, i've done this work and you can use my fork. npm i @algotec/webpack-svgstore-plugin#v5.1.2

I'm trying to get the owners to merge this for a while now...

https://github.com/Algotec/webpack-svgstore-plugin

MrJadaml commented 5 years ago

Would love to see this get merged in.

etaytch commented 2 years ago

@nadavsinai npm i @algotec/webpack-svgstore-plugin#v5.1.2 seems to be not available.