0.3.5 • Published 7 days ago

@hot-hook/dump-viewer v0.3.5

Weekly downloads
-
License
MIT
Repository
-
Last release
7 days ago

Dump Viewer

The dump viewer is a small frontend app built with Vis.js that lets you view Hot Hook's dependency graph. This lets you quickly see which files are hot reloadable and which aren't, and why.

image

To use it, first make sure to install it :

npm install @hot-hook/dump-viewer

Then you can add it to your application as follows:

router.get('/dump-viewer', async (request, reply) => {
  const { dumpViewer } = await import('@hot-hook/dump-viewer')

  reply.header('Content-Type', 'text/html; charset=utf-8')
  return dumpViewer()
})

then access your dev server at /dump-viewer.

0.3.5

7 days ago

0.3.4

11 days ago

0.3.3

12 days ago

0.3.2

13 days ago

0.3.1

17 days ago

0.3.0

21 days ago

0.2.4

24 days ago

0.2.3

29 days ago

0.2.2

29 days ago

0.2.1

29 days ago

0.2.0

29 days ago