titouancreach / vuejs-redux

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

Add IE11 compatibility for bundle output #52

Closed ablank-te closed 5 years ago

ablank-te commented 5 years ago

By using babel-preset-env to specify ie11 as a target in .babelrc. This PR is in response to reported issue 51.

titouancreach commented 5 years ago

This has been pushed to the npm registry, thanks for the PR!