-
Notifications
You must be signed in to change notification settings - Fork 64
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
Unable to load the Loader in IE11 [Places] #122
Comments
Are you using webpack, rollup, or a similar tool to bundle your app? If not, you may want to load the UMD version from unpkg. From the README:
|
Hey, |
What are your Babel settings? Seems like a generic transpilation issue as this library is written in es6+. |
Hey, so our settings are the following:
|
We realized our issue in our config. Sorry to have bothered you. |
Probably not transpiling the packages in node_modules. babel/babel-loader#171 |
Not a problem, glad you found the solution! |
Could you please elaborate on the solution pls? Kind regards. |
Please be sure to include as much information as possible:
Environment details
Steps to reproduce
Code example
Stack trace
Thanks!
The text was updated successfully, but these errors were encountered: