Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I got the following error with nuxt: ``` [DEP0166] DeprecationWarning: Use of deprecated double slash resolving ".//index.mjs" for module request ".//index.mjs" matched to "./*" in the "exports" field module resolution of the package at D:\Programming\JabRefOnline\node_modules\@VUE\apollo-composable\package.json ``` (I think this is windows specific) This is fixed by removing the generic `./*` export field.
- Loading branch information