You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newest version of alpaca does not work in IE11.
This can be seen by opening this page in IE11: http://www.alpacajs.org/demos/web/quickstart/index.html
The reason is the use of the spread syntax (...) in the file Alpaca-async.js without transpiling to ES2015 syntax.
This can be fixed by adding a transpiler step to the gulp build pipeline. I have done this in a fork. Please let me know if you are open to a pull request.