* feat: handle Dev and Prod modes
* fix: remove useles variable override
* refactor: ssr entry point fn
* feat: pass Mode from server to client
* feat: enable read file from out/client dir
* feat: load manifest data from server side
* feat: remap manifest when loaded
* feat: load correct bundle server side
* doc: update README.md
* doc: update tutorial
* feat: add test:watch script
* feat: update lazy babel plugin to support 'dynamic' as function name
* feat: move 'lazy' into 'dynamic' function name to tuono main package
* feat: update version to v0.1.8
* feat: create babel plugin to handle lazy loading
* fix: update typescript CI to also run the tests in the pipelines
* doc: update lazy loading component inline documentation
* fix: typescript pipeline
* fix: update CI typescript test command
* fix: prevent duplicate pipelines on PR
* feat: create separate vite plugin package
* chore: refined lazy fn package
* test: add test to lazy fn plugin
* feat: update version to v0.1.5