Releases: modernweb-dev/web
Releases · modernweb-dev/web
@web/[email protected]
Patch Changes
- 00da425: Update es-module-lexer to 1.0.0
@web/[email protected]
Patch Changes
- ca516a0: Update terser to 5.14.2
@web/[email protected]
Patch Changes
- b25d3fd: Update
@web/test-runner-webdriver
dependency to^0.5.1
. - Updated dependencies [b25d3fd]
- @web/[email protected]
@web/[email protected]
Patch Changes
- b25d3fd: Update
@web/test-runner-webdriver
dependency to^0.5.1
.
@web/[email protected]
Patch Changes
- b25d3fd: Update
@web/test-runner-webdriver
dependency to^0.5.1
.
@web/[email protected]
Patch Changes
- b25d3fd: Update
@web/test-runner-webdriver
dependency to^0.5.1
.
@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]