Skip to content

Commit 1a5010a

Browse files
committed
remove macros setting polyfillUUID because it breaks build
1 parent 3b5d1e2 commit 1a5010a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ember-cli-build.js

-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ module.exports = function (defaults) {
2020
let browsers = require('./config/targets').browsers;
2121

2222
let app = new EmberApp(defaults, {
23-
'@embroider/macros': {
24-
setConfig: {
25-
'@ember-data/store': {
26-
polyfillUUID: true,
27-
},
28-
},
29-
},
3023

3124
autoImport: {
3225
webpack: {

0 commit comments

Comments
 (0)