Closed alexandre-combemorel closed 1 month ago
Probably a duplicate of https://github.com/jshttp/cookie/issues/195. Have you tried using the named imports instead? Not everything needs a default export.
Indeed a duplicate. However having a default export would have given some backward compatibility for a relative small change.
I had an issue when building my app with vite, as the export default is missing, vite is actually not able to import the package and resolve it as undefined.
Would it be possible to add an export default ?
index.js: