I've found that adding "aurelia-dragula" to bundle.js is not enough. I had to add also:
"aurelia-dragula/dragula.css!text"
"aurelia-dragula/dragula-and-drop.js"
Can this be avoided somehow? If not, I suggest to add this to the docs (I do not see any mentioning of bundling on https://www.npmjs.com/package/aurelia-dragula)
I've found that adding "aurelia-dragula" to bundle.js is not enough. I had to add also:
"aurelia-dragula/dragula.css!text"
"aurelia-dragula/dragula-and-drop.js"
Can this be avoided somehow? If not, I suggest to add this to the docs (I do not see any mentioning of bundling on https://www.npmjs.com/package/aurelia-dragula)