Skip to content

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

@LapsTimeOFF

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

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