Skip to content

Commit

Permalink
Resolve imports exported using "browser"
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexterp37 committed Mar 25, 2021
1 parent a448a11 commit 51857f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.addon.js
Expand Up @@ -31,7 +31,7 @@ export default (cliArgs) => {
"'https://rally.mozilla.org'",
}),
resolve({
browser: true,
exportConditions: ["browser"],
// This is required in order for rollup to pick up
// the correct dependencies for ping encryption.
preferBuiltins: false,
Expand Down

0 comments on commit 51857f7

Please sign in to comment.