{"id":15539134,"url":"https://github.com/patricklx/ember-webpack-hot-reload","last_synced_at":"2025-04-06T01:27:29.226Z","repository":{"id":203324539,"uuid":"707729040","full_name":"patricklx/ember-webpack-hot-reload","owner":"patricklx","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-09T14:47:17.000Z","size":23322,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-09T12:46:15.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/patricklx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-20T14:25:09.000Z","updated_at":"2023-10-24T14:17:28.000Z","dependencies_parsed_at":"2024-10-31T16:58:57.351Z","dependency_job_id":"a9a30cf3-4d80-4c87-824d-7f188cfcc31c","html_url":"https://github.com/patricklx/ember-webpack-hot-reload","commit_stats":{"total_commits":51,"total_committers":3,"mean_commits":17.0,"dds":"0.27450980392156865","last_synced_commit":"a4840e17fcee2f2cad9e4b87e828a9d79bbe32f6"},"previous_names":["patricklx/ember-webpack-hot-reload"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricklx%2Fember-webpack-hot-reload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricklx%2Fember-webpack-hot-reload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricklx%2Fember-webpack-hot-reload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricklx%2Fember-webpack-hot-reload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patricklx","download_url":"https://codeload.github.com/patricklx/ember-webpack-hot-reload/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423449,"owners_count":20936620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T12:09:20.171Z","updated_at":"2025-04-06T01:27:29.189Z","avatar_url":"https://github.com/patricklx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-webpack-hot-reload\n\nEmber Webpack server with hot reload.\n\nthis can hot reload\n* helpers\n* modifiers\n* components + templates, fcct components and its deps\n* routes/controllers/route-templates (although it refreshes the whole route and thus looses all state)\n\nit cannot hot reload local properties that turn out to be helpers/modifiers/components.\nwill be worked on soon...\n\nthis will not work:\n```hbs\n\u003cthis.MyComponent  {{this.myModifier}} /\u003e\n{{this.myHelper}}\n{{#let (component 'x') as |comp|}}\n  {{comp}} -- will no hot reload, not sure if this is a bug\n  \u003ccomp /\u003e -- will hot reload\n  {{#comp}}{{/comp}} -- will hot reload\n{{/let}}\n```\n\n## Compatibility\n\n- Ember.js v4.8 or above\n- Embroider or ember-auto-import v2\n\n## Installation\n\n```\nember install ember-webpack-hot-reload\n```\n\n## Usage\n\nupdate your `ember-cli-build.js` with\n\n```js\nreturn require('@embroider/compat').compatBuild(app, require('ember-webpack-hot-reload').Webpack, {...});\n```\n\ncan be disabled by setting \n\ndevServer.enabled = false;\n\nor just disable hot reload by setting\n\ndevServer.hot = false\n\n## Contributing\n\nSee the [Contributing](CONTRIBUTING.md) guide for details.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatricklx%2Fember-webpack-hot-reload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatricklx%2Fember-webpack-hot-reload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatricklx%2Fember-webpack-hot-reload/lists"}