Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8218a0a

Browse files
committed
add a changelog entry
1 parent 758054f commit 8218a0a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.changeset/hungry-candles-carry.md

Lines changed: 9 additions & 0 deletions
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`.
Lines changed: 5 additions & 0 deletions
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)