- ea09f71: Remove CJS support. The package is ESM only now.
- 74db287: Correct the "homepage" field in package.json
- d23dd74: Add type exports for cjs
- 15a45a50: filesystem: support for webkitEntries
- 3525d165: filesystem: rsync utility
- 51b5bec5: improve fail case (return null instead of mock)
- 3fad3789: Revert from publishing separate server, development, and production builds that has to rely on export conditions
to publishing a single build that can be used in any environment.
Envs will be checked at with
isDev
andisServer
consts exported by"solid-js/web"
so it's still tree-shakeable.