DEV: Enable ember-this-fallback in themes (#23384)

Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
Jarek Radosz
2023-09-05 11:16:12 +02:00
committed by GitHub
parent 752a2cc654
commit c285f4133f
6 changed files with 160 additions and 7 deletions

View File

@ -100,6 +100,10 @@ module.exports = {
plugins: [require.resolve("deprecation-silencer")],
},
"ember-cli-babel": {
throwUnlessParallelizable: true,
},
"ember-this-fallback": {
enableLogging: false,
},