Releases: rossrobino/domco
Releases · rossrobino/domco
[email protected]
Patch Changes
- 8c59699:
prerender
export can now be aSet
in addition to being anArray
[email protected]
[email protected]
Patch Changes
- 185c105: show warning if the target directory exists and is not empty
[email protected]
Patch Changes
- 98b5ecd: update template for deno 2.0
[email protected]
Patch Changes
-
f106fac: Use
name
in the output filename instead of as a directory for easier debugging in production dev tools. Now the name will show up in the network tab instead of just the hash.Example:
dist/client/_immutable/name/hash.js
is nowdist/client/_immutable/name.hash.js
[email protected]
Patch Changes
- 0b2ee01: fix package.json formatting
[email protected]
Patch Changes
- d84a2c8: Inject vite client into all html responses for better dev experience. Now will refresh even when there is only html returned from a response.
[email protected]
Patch Changes
- e783a67: clean up empty directories after prerendering
[email protected]
Patch Changes
- e899065: fetch latest version of domco from npm
[email protected]
Patch Changes
- e783a67: clean up empty directories after prerendering