Skip to content

Releases: modernweb-dev/web

@web/[email protected]

05 Aug 23:31
Compare
Choose a tag to compare

Patch Changes

  • 00da425: Update es-module-lexer to 1.0.0

@web/[email protected]

04 Aug 14:19
dc0918b
Compare
Choose a tag to compare

Patch Changes

@web/[email protected]

03 Aug 17:49
33e72d8
Compare
Choose a tag to compare

Patch Changes

@web/[email protected]

03 Aug 17:49
33e72d8
Compare
Choose a tag to compare

Patch Changes

  • b25d3fd: Update @web/test-runner-webdriver dependency to ^0.5.1.

@web/[email protected]

03 Aug 17:49
33e72d8
Compare
Choose a tag to compare

Patch Changes

  • b25d3fd: Update @web/test-runner-webdriver dependency to ^0.5.1.

@web/[email protected]

03 Aug 17:49
33e72d8
Compare
Choose a tag to compare

Patch Changes

  • b25d3fd: Update @web/test-runner-webdriver dependency to ^0.5.1.

@web/[email protected]

18 Jul 20:20
716a7a5
Compare
Choose a tag to compare

Patch Changes

  • 8a81317: Navigations to blank pages now use about:blank instead of data:,.

@web/[email protected]

18 Jul 20:20
716a7a5
Compare
Choose a tag to compare

Patch Changes

  • 8a81317: Navigations to blank pages now use about:blank instead of data:,.

@web/[email protected]

22 Jun 09:57
Compare
Choose a tag to compare

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]

19 Jun 19:04
Compare
Choose a tag to compare

Patch Changes