DEV: Enable Embroider build by default (#23685)
This commit is contained in:
parent
475d412203
commit
b72ed3cb38
|
@ -22,7 +22,7 @@ module.exports = function (defaults) {
|
||||||
DeprecationSilencer.silence(console, "warn");
|
DeprecationSilencer.silence(console, "warn");
|
||||||
DeprecationSilencer.silence(defaults.project.ui, "writeWarnLine");
|
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");
|
const isProduction = EmberApp.env().includes("production");
|
||||||
|
|
||||||
// This is more or less the same as the one in @embroider/test-setup
|
// This is more or less the same as the one in @embroider/test-setup
|
||||||
|
|
Loading…
Reference in New Issue