Closed cocoastorm closed 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.
babel-preset-es2015
babel-preset-env
I also added a browserlists property inside package.json according to blueimp/Gallery's list of browsers it supports
browserlists
package.json
Respectively, rollup-plugin-vue got updated to v3 and rollup itself got a minor version bump.
rollup-plugin-vue
rollup
Thanks!
Hey,
This removes
babel-preset-es2015
forbabel-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 insidepackage.json
according to blueimp/Gallery's list of browsers it supportsRespectively,
rollup-plugin-vue
got updated to v3 androllup
itself got a minor version bump.Thanks!