samdenty / console-feed

Captures console.log's into a React Component 🔥
https://stackblitz.com/~/github.com/samdenty/console-feed
MIT License
649 stars 106 forks source link

build: replace nwb with vite #132

Closed ambar closed 3 months ago

ambar commented 3 months ago

nwb is slow, unmaintained and doesn't support HMR.

# before
➜  console-feed git:(use-vite) du -hs node_modules 
344M    node_modules

# after
➜  console-feed git:(use-vite) ✗ du -hs node_modules 
181M    node_modules
stackblitz[bot] commented 3 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.