Trouble importing npm package

Hi,

I’m trying to use an npm package (vue-multiselect),

It seems meteor is trying to build it from /src without using babel…
since I’m getting the error: "Unexpected reserved word: import

I don’t understand why meteor isn’t using the precompiled from /dist folder instead,

searching for this issue in the forums, the answer I’ve seen was either
adding the ecmascript package, which I already have, or saying the npm
package should publish itself first, which I think is happening since the package
has a built version in its /dist folder.

Is there some config I’m missing ?

any help would be appreciated :slight_smile:

I’m using Meteor 1.4.3.2 on a Mac.

If any other info is needed let me know.