Releases: modernweb-dev/web
Releases · modernweb-dev/web
@web/[email protected]
Patch Changes
- 8a81317: Navigations to blank pages now use
about:blank
instead ofdata:,
.
@web/[email protected]
Patch Changes
- 8a81317: Navigations to blank pages now use
about:blank
instead ofdata:,
.
@web/[email protected]
Patch Changes
-
d0e5e3f: Add a
tsconfig
option which can be pointed towards your tsconfig.json to keep esbuild and typescript in sync.Usage example:
import { fileURLToPath } from 'url'; esbuildPlugin({ ts: true, tsconfig: fileURLToPath(new URL('./tsconfig.json', import.meta.url)), });
Note: Without the above code the
tsconfig.json
file will not be used.
@web/[email protected]
Patch Changes
- 570cdf7: - improve caching of snapshots in-memory
- don't block browser command on writing snapshot to disk
- don't write snapshot to disk for each change, batch write per file
- Updated dependencies [78d610d]
- Updated dependencies [570cdf7]
- @web/[email protected]
- @web/[email protected]
- @web/[email protected]
@web/[email protected]
Patch Changes
- 570cdf7: - improve caching of snapshots in-memory
- don't block browser command on writing snapshot to disk
- don't write snapshot to disk for each change, batch write per file
- Updated dependencies [39610b4]
- @web/[email protected]
@web/[email protected]
Patch Changes
- 570cdf7: - improve caching of snapshots in-memory
- don't block browser command on writing snapshot to disk
- don't write snapshot to disk for each change, batch write per file
- Updated dependencies [570cdf7]
- @web/[email protected]
@web/[email protected]
Patch Changes
- 78d610d: Update Rollup, use moduleSideEffects flag
- Updated dependencies [78d610d]
- Updated dependencies [39610b4]
- @web/[email protected]
- @web/[email protected]
@web/[email protected]
Patch Changes
- 78d610d: Update Rollup, use moduleSideEffects flag
- Updated dependencies [39610b4]
- @web/[email protected]
@web/[email protected]
Patch Changes
- 39610b4: Handle 'upgrade' requests only for matched url.
@web/[email protected]
Patch Changes
- fff8290: Add types field to package.json exports map