Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expected ')' error in Internet Explorer #21

Open
ivi-admin opened this issue Aug 20, 2019 · 3 comments
Open

Expected ')' error in Internet Explorer #21

ivi-admin opened this issue Aug 20, 2019 · 3 comments

Comments

@ivi-admin
Copy link

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.

@szh
Copy link

szh commented Aug 21, 2019

I'm seeing the same issue since updating to version 2. Right now I'll have to downgrade back to version 1.3 until this is fixed

@brian-gonzalez
Copy link

Seeing the same issue, downgrading back to 1.3.3 solved for now.

@e-marfoeldi-carnect
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants