File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ module.exports = async function (defaults) {
1616    //   extensions: broccoliAssetRevDefaults.extensions.concat(['webmanifest', 'svg']), 
1717    // }, 
1818
19+     emberData : { 
20+       deprecations : { 
21+         DEPRECATE_STORE_EXTENDS_EMBER_OBJECT : false , 
22+       } , 
23+     } , 
1924    hinting : isTestBuild , 
2025    babel : { 
2126      plugins : [ 
@@ -73,10 +78,11 @@ module.exports = async function (defaults) {
7378
7479  const  {  setConfig }  =  await  import ( '@warp-drive/build-config' ) ; 
7580  setConfig ( app ,  __dirname ,  { 
76-     compatWith : '5.2' , 
77-     deprecations : { 
78-       DEPRECATE_STORE_EXTENDS_EMBER_OBJECT : false , 
79-     } , 
81+     // compatWith: '5.2', 
82+     // deprecations: { 
83+     //   DEPRECATE_STORE_EXTENDS_EMBER_OBJECT: false, 
84+     // }, 
85+     ___legacy_support : true , 
8086  } ) ; 
8187
8288  const  embroiderOptions  =  { 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments