You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: