Skip to content

The newest alpaca version does not work in IE11 due to use of spread syntax #714

@ragnarstolsmark

Description

@ragnarstolsmark

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions