webpack-pwa-manifest icon indicating copy to clipboard operation
webpack-pwa-manifest copied to clipboard

types: add apply property

Open garand opened this issue 3 years ago • 0 comments

TypeScript is complaining when using this plugin with this error:

Property 'apply' is missing in type 'WebpackPwaManifest' but required in type 'WebpackPluginInstance'

html-webpack-plugin had this same problem and was solved with this PR.

I've mirrored that change here, and manually in my node_modules/webpack-pwa-manifest/index.d.ts file for testing, and it has fixed the error.

garand avatar Feb 02 '21 15:02 garand