- Add option for context in DOM wrapper
- Add bundler options to places i forgot earlier
- Update README
- Add all compiler options for Svelte and Esbuild.
- Update README
- Update README
- Add module name to cache key generation as the old way would cache only one module
- Add option to cache bundles for faster serving.
- Sped up bundling event further by taking only first element in array of bundled files. As we are bundling only one file.
- Sped up bundling a bit with some code cleanup.
-
Added new bundle type,
hydrate
. It will create a hydratable bundle that combinesssr
anddom
. -
Added README.md.
-
Added
examples
section.
- Fix absolute working dir for esbuild
- Initial release