titouancreach / vuejs-redux

Flexible binding between Vue and Redux
57 stars 11 forks source link

bundle.js arrow functions incompatible with IE11 #51

Closed ablank-te closed 5 years ago

ablank-te commented 5 years ago

IE11 does not support arrow functions, which are present in the bundle.js / main script.

Perhaps the .babelrc file could be adjusted to ensure the bundle.js output is compatible with IE11, via babel's preset-env?

titouancreach commented 5 years ago

I agree, I never had the need to support IE11, this is why the bundle works only for modern browser! Do you want to do a PR ? I will be happy to merge it and deploy a new version!

titouancreach commented 5 years ago

Just out of curiosity, are you using a bundler ?

ablank-te commented 5 years ago

We are using a bundler, but in our case we're not transpiling this npm dependency -- PR inbound!