-
Notifications
You must be signed in to change notification settings - Fork 493
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
Fix npm module export #808
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
luisrudge
commented
Jul 18, 2018
- Remove rollup-plugin-uglify because it doesn't support minifying ES6+. Using rollup-plugin-terser instead
- Don't generate prod files when in dev mode
- instead of using main/browser in package.json, using module/main (ES modules, UMD bundle)
- This follows best practices outlined here, here and here.
lbalmaceda
approved these changes
Jul 18, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI |
@rafaelrinaldi Thanks for letting us know. Can you tell me your scenario so I can compare with others? |
bors bot
referenced
this pull request
in mozilla/delivery-console
Jul 24, 2018
307: Update dependency auth0-js to v9.7.3 r=rehandalal a=renovate[bot] This Pull Request updates dependency [auth0-js](https://github.com/auth0/auth0.js) from `v9.6.1` to `v9.7.3` <details> <summary>Release Notes</summary> ### [`v9.7.3`](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v973httpsgithubcomauth0auth0jstreev973-2018-07-23) [Compare Source](auth0/auth0.js@v9.7.2...v9.7.3) [Full Changelog](auth0/auth0.js@v9.7.3-beta1...v9.7.3) **Fixed** - Fix npm module export [\#​808](`https://github.com/auth0/auth0.js/pull/808`) ([luisrudge]) --- ### [`v9.7.2`](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v972httpsgithubcomauth0auth0jstreev972-2018-07-13) [Compare Source](auth0/auth0.js@v9.7.1...v9.7.2) [Full Changelog](auth0/auth0.js@v9.7.1...v9.7.2) **Fixed** - Fix default export for auth0js [\#​803](`https://github.com/auth0/auth0.js/pull/803`) ([luisrudge]) --- ### [`v9.7.1`](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v971httpsgithubcomauth0auth0jstreev971-2018-07-13) [Compare Source](auth0/auth0.js@v9.7.0...v9.7.1) [Full Changelog](auth0/auth0.js@v9.7.0...v9.7.1) **Fixed** - Fix build folder not being published in the tag [\#​801](`https://github.com/auth0/auth0.js/pull/801`) ([luisrudge]) --- ### [`v9.7.0`](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v970httpsgithubcomauth0auth0jstreev970-2018-07-12) [Compare Source](auth0/auth0.js@v9.6.1...v9.7.0) [Full Changelog](auth0/auth0.js@v9.6.1...v9.7.0) **Added** - Add SRI hashes to the cdn [\#​782](`https://github.com/auth0/auth0.js/pull/782`) ([luisrudge]) **Fixed** - options is optional in WebAuth.prototype.authorize [\#​789](`https://github.com/auth0/auth0.js/pull/789`) ([behrangsa]) - Removing `domain` option from methods (it can't be overridden) [\#​781](`https://github.com/auth0/auth0.js/pull/781`) ([luisrudge]) --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com). Co-authored-by: Renovate Bot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.