Skip to content

Commit bedb95c

Browse files
committed
Add polyfillUUID
1 parent 020c4b1 commit bedb95c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ember-cli-build.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');
55
module.exports = function (defaults) {
66
const app = new EmberAddon(defaults, {
77
// Add options here
8+
'@embroider/macros': {
9+
setConfig: {
10+
'@ember-data/store': {
11+
polyfillUUID: true,
12+
},
13+
},
14+
},
815
});
916

1017
app.import('vendor/tailwind.min.css');

0 commit comments

Comments
 (0)