Closed toranb closed 6 years ago
https://github.com/emberjs/ember.js/pull/16558/files
^this private template resolver cache in ember v3.1.1 broke the hot reloader. I've worked around this by capturing the private suffix and storing it in the clear cache utils so we can run this magic 1 liner
runtimeResolver.componentDefinitionCache.clear();
Now available on npm as v0.3.0
https://github.com/emberjs/ember.js/pull/16558/files
^this private template resolver cache in ember v3.1.1 broke the hot reloader. I've worked around this by capturing the private suffix and storing it in the clear cache utils so we can run this magic 1 liner