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 .
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.jsdoes not work.However, the
umdpackage 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 .