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

feat(umd): UMD now mirrors export schema for ESM and CJS #3426

Merged
merged 1 commit into from
Mar 13, 2018

Commits on Mar 13, 2018

  1. feat(umd): UMD now mirrors export schema for ESM and CJS

    For example, if you want to do the same thing as  but using the global file, you would use , If you wanted to do , that will be available at . Thus making the import/access points more predictable between the UMD and the ESM and CJS versions.
    benlesh committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    34aa420 View commit details
    Browse the repository at this point in the history