Skip to content

Commit a5a6261

Browse files
authored
ember-data: Move polyfillUUID config option into emberData config (#12477)
1 parent 4a50ed7 commit a5a6261

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

ember-cli-build.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ module.exports = function (defaults) {
1818
}
1919

2020
let app = new EmberApp(defaults, {
21-
'@embroider/macros': {
22-
setConfig: {
23-
'@ember-data/store': {
24-
polyfillUUID: true,
25-
},
26-
},
27-
},
28-
2921
autoImport: {
3022
webpack: {
3123
devtool: isProd ? 'source-map' : 'eval-source-map',
@@ -47,6 +39,8 @@ module.exports = function (defaults) {
4739
},
4840

4941
emberData: {
42+
polyfillUUID: true,
43+
5044
deprecations: {
5145
DEPRECATE_STORE_EXTENDS_EMBER_OBJECT: false,
5246
},

0 commit comments

Comments
 (0)