iampava / imagemin-webp-webpack-plugin

Webpack plugin which converts images to the WebP format while also keeping the original files.
MIT License
113 stars 26 forks source link

Add a conforming TypeScript @types/imagemin-webp-webpack-plugin definition #58

Open Diono opened 3 years ago

Diono commented 3 years ago

It is now possible to work your Webpack project in Typescript. One of the main interests is to better follow the evolutions of the dependent modules, the obsolete options or methods... It would be good to add a project @types/imagemin-webp-webpack-plugin :)

iampava commented 3 years ago

I agree, it would be nice to have the plugin written in TypeScript :)

Would you be interested in doing a PR with this?

Diono commented 3 years ago

Unfortunately I do not yet have the skills and experience of webpack modules (hooks?). I still have a beginner level in typescript, I know how to use it on my projects compiled with webpack ... but it ends there :(

iampava commented 3 years ago

Got it. Will try and find some time to handle this :)