Skip to content

Commit 8218a0a

Browse files
committedOct 31, 2023
add a changelog entry

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
 

‎.changeset/hungry-candles-carry.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@web/dev-server-esbuild': minor
3+
---
4+
5+
Update ESBuild to latest version.
6+
7+
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.
8+
9+
If you are having issues with decorators after updating to this version, try setting the `experimentalDecorators` key in your `tsconfig.json`.

‎.changeset/slimy-starfishes-prove.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'rollup-plugin-workbox': major
3+
---
4+
5+
Update ESBuild to latest version

0 commit comments

Comments
 (0)
Please sign in to comment.