0.6.9 • Published 1 month ago

ember-vite-hmr v0.6.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

ember-vite-hmr

Ember Vite Hmr plugin.

this can hot reload

  • helpers
  • modifiers
  • components + templates, fcct components and its deps
  • routes/controllers/route-templates (although it refreshes the whole route and thus looses all state)

it cannot hot reload local properties that turn out to be helpers/modifiers/components.

Installation

ember install ember-vite-hmr

Usage

update your vite.config.mjs with

import { hmr } from 'ember-vite-hmr';
...hmr
plugins: [
  ...hmr()
]

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

0.6.9

1 month ago

0.6.8

2 months ago

0.6.5

2 months ago

0.6.4

2 months ago

0.6.2

2 months ago

0.6.1

2 months ago

0.6.0

3 months ago

0.5.0

3 months ago

0.4.0

3 months ago

0.3.0

3 months ago

0.2.0

3 months ago

0.1.0

3 months ago