DEV: Enable Embroider build by default (#23685)

This commit is contained in:
David Taylor 2023-09-28 12:33:44 +01:00 committed by GitHub
parent 475d412203
commit b72ed3cb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module.exports = function (defaults) {
DeprecationSilencer.silence(console, "warn");
DeprecationSilencer.silence(defaults.project.ui, "writeWarnLine");
const isEmbroider = process.env.USE_EMBROIDER === "1";
const isEmbroider = process.env.USE_EMBROIDER !== "0";
const isProduction = EmberApp.env().includes("production");
// This is more or less the same as the one in @embroider/test-setup