ember.js - How to build production environment with canary flags? -


i use 1 of canary flags available in ember-data 2.4.0-beta.2. when use ember serve works expected. ember build --prod throws error on code requires flag. assume have enable somewhere didn't have luck finding documentation it.

// added flag environment , made sure not overridden on production emberenv: {   features: {     'ds-references': true   } }, 

it bug fixed now. fixup feature flagging infrastructure.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -