RobinCK / vue-gallery

:camera: Responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers. 🇺🇦
https://robinck.github.io/vue-gallery/
MIT License
470 stars 85 forks source link

Update Babel and Rollup #10

Closed cocoastorm closed 6 years ago

cocoastorm commented 6 years ago

Hey,

This removes babel-preset-es2015 for babel-preset-env which is now recommended by babel. In turn, I also updated the rollup and it's config file as well.

I also added a browserlists property inside package.json according to blueimp/Gallery's list of browsers it supports

Respectively, rollup-plugin-vue got updated to v3 and rollup itself got a minor version bump.

Thanks!