DEV: Enable ember-cli-deprecation-workflow unconditionally (#23502)
By default this is linked to the `tests` boolean, which we disabled for Embroider builds in 96674859
. We want deprecation-workflow features to be available in production builds, so let's enable it unconditionally.
This commit is contained in:
parent
d393fdca31
commit
dd9000a7cd
|
@ -101,6 +101,10 @@ module.exports = function (defaults) {
|
|||
enabled: false,
|
||||
},
|
||||
|
||||
"ember-cli-deprecation-workflow": {
|
||||
enabled: true,
|
||||
},
|
||||
|
||||
"ember-cli-terser": {
|
||||
enabled: isProduction,
|
||||
exclude:
|
||||
|
|
Loading…
Reference in New Issue