Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

types: add apply property #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

types: add apply property #151

wants to merge 1 commit into from

Conversation

garand
Copy link

@garand garand commented Feb 2, 2021

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.

Copy link

@DennyDaVjncj DennyDaVjncj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is all very interesting

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants