vue3-recaptcha2 icon indicating copy to clipboard operation
vue3-recaptcha2 copied to clipboard

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

Open fank84518 opened this issue 1 year ago • 1 comments

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.

fank84518 avatar Jan 31 '24 09:01 fank84518

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

kinger251285 avatar Apr 10 '24 15:04 kinger251285