node-wpapi
node-wpapi copied to clipboard
Not compatible with IE11
The documentation states:
In the browser node-wpapi officially supports the latest two versions of all evergreen browsers, and Internet Explorer 11.
However, the compiled version of this module (in at least v1.2.1 and v2 alpha) uses arrow functions which do not work in IE11 and Edge.
It also doesn't work in Safari 9 and below for this reason
Agree this is a huge issue. On Edge the following error:

Unexpected identifier, string or number
Spread operator not supported in edge. https://caniuse.com/#search=spread%20operator
Interesting as the babel config seems to have @babel/plugin-proposal-object-rest-spread although there are ALLOT of spread operators in the node_modules of the installed library. Its this perhaps a mis-config of Webpack / Babel?