bbonch / vue3-recaptcha2

Vue v3 component for Google reCAPTCHA v2
38 stars 9 forks source link

Warning: To load an ES module, set "type": "module" #18

Open fank84518 opened 9 months ago

fank84518 commented 9 months ago

In SSR mode, you have to add "type": module to package.json

Otherwise, the following error will be reported

Warning: To load ES modules, please set "type": "module" in package.json or use .mjs extension.

kinger251285 commented 6 months ago

@fank84518 did you fix this? Im getting the same issue. Tried adding "type": "module", to the package.json but caused further issues.