@web/dev-server-esbuild
Advanced tools
Comparing version 0.1.1 to 0.1.2
# @web/dev-server-esbuild | ||
## 0.1.2 | ||
### Patch Changes | ||
- 339722c: don't compile class fields when transforming ts | ||
## 0.1.1 | ||
@@ -4,0 +10,0 @@ |
@@ -83,3 +83,4 @@ "use strict"; | ||
target, | ||
strict: ['class-fields'], | ||
// use strict class fields when not compiling TS | ||
strict: ['ts', 'tsx'].includes(loader) ? [] : ['class-fields'], | ||
jsxFactory: args.jsxFactory, | ||
@@ -86,0 +87,0 @@ jsxFragment: args.jsxFragment, |
{ | ||
"name": "@web/dev-server-esbuild", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24466
220