Closed BotellaA closed 4 years ago
hi.
globalThis
should be supported everywhere (except IE ofc).
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis
I see you are using webpack. Are you missing core-js
?
I seems globalThis
is not supported for nodejs < 12. That was my case. Upgrading node solved the issue.
I want to use your component in a nuxt app.
I get this error:
Is there something missing?