background:
using ember cli 3.17 dev a babel plugin for replace some ENV variable and config CONST https://github.com/houfeng0923/ember-cli-global-env
hi, i have a problem when developing an ember cli addon , like ember-cli-global-env.
now, it looks work well . then i want to increase development experience , i hope reload latest config when config/global-env.js or config/environment.js changed , but i have no idea to do, i can’t find any addon hook invoked in rebuilding .
usually , when environment.js changed in dev, watcher can print ‘file changed xxxxx’ , and rebuild, but latest config in environment not reload yet . how can resolve it ?
i want u a help or idea . thank u
1 post - 1 participant