Replies: 1 comment
-
Looks like the svgr plugin is for rollup and seems to be not compatible with your vite version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"""
vite.config.ts(9,5): error TS2769: No overload matches this call.
3:06:58 PM: The last overload gave the following error.
3:06:58 PM: Type 'Plugin' is not assignable to type 'PluginOption'.
3:06:58 PM: Type 'Plugin' is not assignable to type 'Plugin'.
3:06:58 PM: Types of property 'resolveId' are incompatible.
"""
How can I resolve this confilct about svgr and vitePWA?
Beta Was this translation helpful? Give feedback.
All reactions