As it stands, ember-cli is not including environment declarations from the config directory.
For feature flags, Ember looks for a global ENV variable. Browsing the generated app.js file after adding window.ENV = {FEATURES: {'query-params-new': true}}; to my environment.js file, it seems it's not being included.