-
Notifications
You must be signed in to change notification settings - Fork 817
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
The generated file core.umd.js is not ES5 #783
Comments
This would be a really nice patch. The package currently is unusable on CentOS 6.x. |
sebholstein
added a commit
that referenced
this issue
Dec 16, 2016
The UMD file was not ES5 compatible. Fixes #783 BREAKING CHANGE: The files under `/esm` are ES5 (before: ES2015) based with ES2015 modules. In the real world, this should not cause troubles.
sebholstein
added a commit
that referenced
this issue
Dec 16, 2016
The UMD file was not ES5 compatible. Fixes #783 BREAKING CHANGE: The files under `/esm` are ES5 (before: ES2015) based with ES2015 modules. In the real world, this should not cause troubles.
@SebastianM So is the docu still valid?
|
Yes, see commit msg:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
When installing angular2-google-maps via npm, the file core.umd.js is not ES5.
Expected/desired behavior
core.umd.js is ES5 to support older devices
angular2 & angular2-google-maps version
latest stable
The text was updated successfully, but these errors were encountered: