Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Add uuid polyfill
Browse files Browse the repository at this point in the history
We need this for Firefox ESR 91 (and possibly other browsers as well).
  • Loading branch information
jrjohnson committed Sep 8, 2022
1 parent 2d628f4 commit 8e6ed0a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ module.exports = {
],
},
},
'@embroider/macros': {
setConfig: {
'@ember-data/store': {
polyfillUUID: true,
},
},
},
},

included: function () {
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"dependencies": {
"@ember/render-modifiers": "^2.0.0",
"@embroider/macros": "^1.8.3",
"@embroider/util": "^1.0.0",
"@formatjs/intl-locale": "^3.0.3",
"@formatjs/intl-pluralrules": "^5.0.1",
Expand Down

0 comments on commit 8e6ed0a

Please sign in to comment.