benib / aurelia-hammer

An Aurelia Plugin for Hammer.JS
MIT License
7 stars 6 forks source link

aurelia bundler issue #2

Open MattEllison opened 6 years ago

MattEllison commented 6 years ago

I tried simply adding this to my vendor bundle node but systemjs was still trying to make a call for it..

benib commented 6 years ago

@MattEllison Could you provide some more information and ideally a repository with minimal code to reproduce the problem? Is this specific to aurelia-hammer or do you have the same problem with other packages?

MattEllison commented 6 years ago

@benib I dont seem to be having any issues with other packages. Just to confirm, in the aurelia skeleton below, should I be able to add benib/aurelia-hammer to the includes section in the dist\aurelia, right after line 33? Or do I need to set something else up correct to bundle?

https://github.com/aurelia/skeleton-navigation/blob/master/skeleton-esnext/build/bundles.js#L33