iampava / imagemin-webp-webpack-plugin

Webpack plugin which converts images to the WebP format while also keeping the original files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Diono opened this issue · comments

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 :)

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

Would you be interested in doing a PR with this?

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 :(

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