We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020c4b1 commit bedb95cCopy full SHA for bedb95c
1 file changed
ember-cli-build.js
@@ -5,6 +5,13 @@ const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');
5
module.exports = function (defaults) {
6
const app = new EmberAddon(defaults, {
7
// Add options here
8
+ '@embroider/macros': {
9
+ setConfig: {
10
+ '@ember-data/store': {
11
+ polyfillUUID: true,
12
+ },
13
14
15
});
16
17
app.import('vendor/tailwind.min.css');
0 commit comments