Skip to content

0.4.0

Compare
Choose a tag to compare
@okwolf okwolf released this 10 Mar 04:47
· 12 commits to master since this release

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.