Skip to content

@web/dev-server-esbuild@1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 12:25
· 288 commits to master since this release
10c7ef1

Major Changes

  • 8218a0a: Update ESBuild to latest version.

    ESBuild has changed how TypeScript decorators are enabled in preparation for JavaScript decorators to land in browsers. ESBuild now requires the experimentalDecorators key to be set to true in the tsconfig.json for TypeScript decorators to be enabled.

    If you are having issues with decorators after updating to this version, try setting the experimentalDecorators key in your tsconfig.json.

Minor Changes

  • c185cba: Set minimum node version to 18

Patch Changes

  • Updated dependencies [c185cba]
    • @web/dev-server-core@0.7.0