DEV: Enable ember-cli plugin assets by default (#18058)

For now, `EMBER_CLI_PLUGIN_ASSETS` can be set to 0 to restore the old behavior. This option will be removed very soon.
This commit is contained in:
David Taylor
2022-08-24 10:20:38 +01:00
committed by GitHub
parent 9685852a1f
commit b175513765
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
module EmberCli
def self.plugin_assets?
ENV["EMBER_CLI_PLUGIN_ASSETS"] == "1"
ENV["EMBER_CLI_PLUGIN_ASSETS"] != "0"
end
def self.assets