eddyerburgh/vue-digital-clock

Not working with vue 2.2.6

Closed this issue ยท 8 comments

Hey, sorry about this.

I copied the .babelrc from another project that use transform-runtime. It's not needed for the clock, so I've removed it.

I've published 1.2.0 to npm. So if you reinstall, it should work fine for you ๐Ÿ˜„

@eddyerburgh Sigh, but still not working ๐Ÿ˜ญ http://joxi.ru/bmoO3EnFBk50my

Are you using babel to transpile?

I am using laraval-mix, and it uses babel surely ๐Ÿ˜ƒ

Ok thanks, I'll get this fixed for you tonight ๐Ÿ‘

@eddyerburgh Thanks, i will wait ๐Ÿ˜Š

@rorc I've removed babel from the component and release v1.3.1. This should fix your problem.

I think the problem is that babel is trying to transpile the component in the vue-digital-clock directory. Because there was a .babelrc in the route of the project, it tried to use that. Then it was throwing an error because you did not have the babel plugins installed.

@eddyerburgh Yea, thanks dude, now is working ๐Ÿ˜„