You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug esbuild does not support emitDecoratorMetadata, which is required for reflect-metadata. This causes problems with class-transformer where certain class properties don't retain their metadata about transformations.
This problem is inherent to esbuild. An alternative would be to use another transpiler, such as tsc or swc.
To Reproduce
N/A
Expected behavior
N/A
Screenshots
N/A
Desktop (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
esbuild
does not supportemitDecoratorMetadata
, which is required forreflect-metadata
. This causes problems withclass-transformer
where certain class properties don't retain their metadata about transformations.This problem is inherent to
esbuild
. An alternative would be to use another transpiler, such astsc
orswc
.To Reproduce
N/A
Expected behavior
N/A
Screenshots
N/A
Desktop (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: