Skip to content

Vue3 seems unhappy with default package export #424

Description

@adrianjost

When using the latest beta release (v1.0.0-beta.2) the import call
import WhiteTonePicker from "@adrianjost/two-channel-picker";
that is importing dist/vue/TwoChannelPicker.common.js does not work.

However, the umd package seems to work just fine:
import WhiteTonePicker from "@adrianjost/two-channel-picker/dist/vue/TwoChannelPicker.umd.min.js";

Investigate and fix, why that's the case .

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