mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Enable Embroider build by default (#23685)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user