Skip to content

Releases: evgkch/dev-server

v3.2.2

11 Oct 08:35
Compare
Choose a tag to compare

Some fixes of Loader to send some binary data

v3.2.0

30 Sep 15:50
Compare
Choose a tag to compare
  • supervisor.js -> .dev.supervisor.js
  • watcher changed
  • dev-server.config.js structure changed

v3.1.0

13 Sep 15:10
Compare
Choose a tag to compare

Project type changed. Type = 'module' removed to simplify dev-server run

v3.0.0

22 Aug 13:39
Compare
Choose a tag to compare
  • A project structure changed.
  • 'dev-server.json' -> 'dev-server.config.js' and creates by typing 'dev-server --init'
  • Now you can use your own routes (see routes field in config)
  • Added two standard plugins: watcher (watch folder and hot reload project) and module (auto redirects to node_modules if requested path exists)