Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove generic package export #1566

Open
wants to merge 1 commit into
base: v4
Choose a base branch
from
Open

Commits on Jul 28, 2024

  1. fix: remove generic package export

    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.
    tobiasdiez authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    8badca9 View commit details
    Browse the repository at this point in the history