-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I added package to my package.json, and I tried the following (as alternative, not all at the same time):
import dselect from "@jarstone/dselect/dist/js/dselect";
import from "@jarstone/dselect/dist/js/dselect";
import from "@jarstone/dselect/dist/js/dselect.min";
import from "@jarstone/dselect/source/js/dselect";none is working. When I do
dselect(document.querySelector("my-selector"));I get dselect is not defined error.
Webpack compiles successfully, no errors.
What am I doing wrong?
RKTZ, miatribe and vf-dev
Metadata
Metadata
Assignees
Labels
No labels