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:
David Taylor 2023-09-11 10:35:53 +01:00 committed by GitHub
parent d393fdca31
commit dd9000a7cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@ module.exports = function (defaults) {
enabled: false, enabled: false,
}, },
"ember-cli-deprecation-workflow": {
enabled: true,
},
"ember-cli-terser": { "ember-cli-terser": {
enabled: isProduction, enabled: isProduction,
exclude: exclude: