Closed songoo closed 4 years ago
At the 130:33
, seem's I am hitting ...
three dots issue ?
https://imgur.com/a/oSndxUg
Hmm... Seems babel@6
does not support spread ...
operator, 'spread' plugin for @6
doesn't work also, and migration from babel@6
to babel@7
didn't go well for me, so I guess there is no help :) Since it's not directly this plugin issue, it's just lack of support of new syntax :( .
@1.3
version seems to work ok.
@songoo, Thanks for reporting. Seems like this issue is related to your bundler. Notice, that there is dist/vue-lazy-youtube-video.min.js
file, which has no spread operator, so you can try to import this file directly.
@songoo, Can we close the issue?)
Hello,
After clean install, when trying to use
npm run watch
. Any advice welcomed :) .