arthurbergmz / webpack-pwa-manifest

Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
MIT License
513 stars 93 forks source link

Any chance to work with typescript ? #172

Open Danubius1st opened 1 year ago

Danubius1st commented 1 year ago

I got this error message in my webpack.config.ts: Type 'WebpackPwaManifest' is not assignable to type '((this: Compiler, compiler: Compiler) => void) | WebpackPluginInstance'.

If I change the extension to js this error disappears, but my project work with typescript.