ember-cli-hot-loader
ember-cli-hot-loader copied to clipboard
An early look at what hot reloading might be like in the ember ecosystem
[PR 243](https://github.com/ember-cli/ember-resolver/pull/243/files) for ember resolver removed the `DefaultResolver` that this hot loader relied on to properly resolve templates. I spent a good deal of time today trying to reverse engineer...
For those that are unaware, @chancancode and I wrote [this test](https://github.com/emberjs/ember.js/blob/a559e8f7ba612d8c2c01b4904c7390eed7b408f0/packages/%40ember/-internals/glimmer/tests/integration/application/hot-reload-test.js) to _ensure_ that it was possible to hot reload templates in Ember and that we don't accidentally break the...
Howdy, thanks @toranb and crew for your work on this! I'm finding that my components are not being wrapped in the HMR containing element. Any thoughts on why this would...
Single comment for https://github.com/adopted-ember-addons/ember-cli-hot-loader/pull/101 fix for https://github.com/toranb/ember-cli-hot-loader/pull/99 Main idea is - we need to return resolved value in template case only if (and): * this is slashed component * this...
Ember 3.4 stable was released today and seems to be working fine w/ ember-cli v3.3.0 https://github.com/toranb/ember-hot-reload-demo/commit/3d25f9d9485ded7ca590bde96b3e42ba8d16aabe That said, I manually tested with ember-cli v3.4.0-beta.3 today and it's not live/or hot...
This PR allow users to manage wrapper component tagName. Now users may specify tag name for wraper to render and force tagless/tagged component behaviour by component name.
Using `shouldExcludeComponent` resolve hook, I'm trying to avoid reload `study/form-basic-info` component, but, it's not present in DOM. reproduction in test page - https://github.com/lifeart/ember-cli-hot-loader/tree/issue-97-reproduction
I think it's a good idea to implement module unification support before official release
I'd like some way to verify the approved/working flows we support here. Because we only support inline hbs component hot reloading at the moment this might look something like ......