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 26, 2021
1 parent ef0c417 commit f9ffdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.addon.js
Expand Up @@ -34,7 +34,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 f9ffdef

Please sign in to comment.