mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 09:57:25 +08:00
DEV: Enable ember-this-fallback in themes (#23384)
Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
@ -100,6 +100,10 @@ module.exports = {
|
||||
plugins: [require.resolve("deprecation-silencer")],
|
||||
},
|
||||
|
||||
"ember-cli-babel": {
|
||||
throwUnlessParallelizable: true,
|
||||
},
|
||||
|
||||
"ember-this-fallback": {
|
||||
enableLogging: false,
|
||||
},
|
||||
|
Reference in New Issue
Block a user