An open API service indexing awesome lists of open source software.

https://github.com/simonihmig/watch-test


https://github.com/simonihmig/watch-test

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# watch-test

Reproduction of v2 addon watching not working when `BROCCOLI_ENABLED_MEMOIZE` is enabled.

To reproduce:

### classic build

Uses `watchDependencies` of `ember-auto-import` to watch for changes in `watch-test` addon.

1. `cd classic-app`
2. `BROCCOLI_ENABLED_MEMOIZE=true pnpm start`
3. separate terminal: `cd watch-test`
4. `pnpm start`
5. change `src/components/watch-test.hbs`
6. Observe how `file changed components/watch-test.js` is shown in the terminal where the app is running
7. Observe how `http://localhost:4200/` is _not_ updating