Skip to content

SyntaxError: Importing binding name 'default' cannot be resolved by star export entries. #14

Description

@LapsTimeOFF

When I import the plugin in config.ts, it's making an error on the docs,

import { codeSwitcherPlugin } from 'vuepress-plugin-code-switcher'

export default defineUserConfig({
    ...
    plugins: [
      codeSwitcherPlugin()
    ],
    ...
});

The error is the following one :

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions