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 package is not transpiled to ES5, you can add exception to your webpack/babel config.
I have used are-you-es5 package to get the babel-loader regex.
I'm getting the error on this line in IE:
module.exports = function (options = {}) {
My guess it's cause default parameters are not allowed in IE.
The text was updated successfully, but these errors were encountered: