-
Notifications
You must be signed in to change notification settings - Fork 81
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
Unknown Syntax error in IE #149
Comments
From the images it look like your insert is not transpiled for IE compat. Try transpiling it or you can have a try using https://unpkg.com/wicg-inert |
Oh this is a duplicate of #136 then I think |
How do I import a specific version, i.e. I'm doing this: |
I found this example webpack.config.js, which does: module.exports = {
resolve: {
alias: {
'wicg-inert': path.resolve('./node_modules/wicg-inert/dist/inert'),
}
}
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On page loading, I get a Syntax error in IE that points to the
InertRoot
class. On FF and Chrome it seems okay. We are using Babel and our application has been IE compliant so far. I'm not sure what to make of the error:To add further details, we are using jquery.
The text was updated successfully, but these errors were encountered: