hilongjw / vue-lazyload

A Vue.js plugin for lazyload your Image or Component in your application.
http://hilongjw.github.io/vue-lazyload/
MIT License
7.99k stars 865 forks source link

Fix issue 492: babel configuration not work #505

Closed 6ml closed 1 year ago

6ml commented 1 year ago

Hi, im trying to fix the problem like #492 . The build results in 1.3.4 include es6 syntax.

I found that the Babel version in this project is v6 (rollup-plugin-babel@2 -> babel-core@6), and babel.config.js config file is introduced in Babel v7, so that babel.config.js is not work now.

I changed configuration file back to .babelrc, and it works.

Please review, thanks.

caozhong1996 commented 1 year ago

LGTM