Srvs Versions Save

Zero dependency dev server

0.5.3

3 years ago

Bug fixes

Fixes for Windows node_module paths and development.

0.5.2

5 years ago

Bug fixes

Hot reloading now works for *.html files, not just index.html.

0.5.1

5 years ago

What's new?

Bug fixes

Improved import/export rewriting logic and added more test coverage.

0.5.0

5 years ago

What's new?

  • Hot reloading is always on.
  • The scriptPath and docPath options default to the current directory if they don't exist.

0.4.1

5 years ago

Bug fixes

Fix error running in environments without a BROWSER variable set.

0.4.0

5 years ago

What's new?

  • Hot reloading now detects changes to scriptPath and docPath changes, with a fallback to refreshing the page if no handler is defined for hot reloading that path.
  • The BROWSER environment variable can be used to control which application to open your page in, or set to none to disable browser opening entirely. This feature is inspired by the popular create-react-app.

0.3.2

5 years ago

Bug fixes

Exports were being rewritten incorrectly in some cases. Tests were added to cover import and export rewriting logic. Fixed in a04e468c3585b7a2ecef2fd5f5382871b0e347c8.

0.3.1

5 years ago

Bug fixes

Path resolution was failing in some cases for Windows and Linux. Fixed in 2e42671697dda03e2e787fa1ddc6bb5694637acd.