bendotcodes / cookies

Load and save cookies within your Web application
MIT License
144 stars 15 forks source link

`universal-cookie` ESM support #328

Closed thisismydesign closed 1 year ago

thisismydesign commented 2 years ago

universal-cookie is the dependency of @nuxtjs/apollo which uses the latest version 4.0.4.

Due to a change to ESM in Nuxt 3, universal-cookie now has to be transpiled, see: https://github.com/nuxt-community/apollo-module/issues/435

Going forward it would be great if universal-cookie would be ESM-compatible.

eXon commented 1 year ago

The latest version should be ESM compatible. If you're still having issues, feel free to re-open this.