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

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