Releases: rossrobino/domco
Releases · rossrobino/domco
domco@2.1.3
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
create-domco@2.0.6
Patch Changes
- 0b2ee01: fix package.json formatting
domco@2.1.2
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.
domco@2.1.1
Patch Changes
- e783a67: clean up empty directories after prerendering
create-domco@2.0.5
Patch Changes
- e899065: fetch latest version of domco from npm
create-domco@2.0.4
Patch Changes
- e783a67: clean up empty directories after prerendering