taoeffect / vue-script2

Standardized, designer-friendly <script> behavior for your Single Page App
171 stars 15 forks source link

Expected ':' issue in IE v2.1.0 #38

Closed EmilsK closed 5 years ago

EmilsK commented 5 years ago

Hi,

I'm experiencing an Expected ':' error on IE11 that is happening on vue-script2 plugin import.

Works correctly when downgraded to the previous version (2.0.3). Can you take a look at what's not correct there with the newest version?

Thanks, Emīls

taoeffect commented 5 years ago

Hi Emils, if I had to guess, this is probably due to the newer JS features that are not being downgraded by babel because of the browserlist setting.

Nobody should be using IE11 these days. It is an outdated and insecure browser that is no longer receiving security updates.