And support for hot-hook
After this release, assembler will integrate natively with the hot-hook
npm package. When the hmr
option is enabled, assembler will run the Dev server child process with the hot-hook
loader and listen for the messages sent by the hot-hook loader.
Commits
- test: fix flaky tests (9de19c6)
- chore: update dependencies (56935db)
- Merge pull request #77 from adonisjs/feat/hmr (4392202)
- feat: hmr (57781e4)
What's Changed
- feat: hot-hook integration by @Julien-R44 in #77
Full Changelog: v7.4.0...v7.5.0