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
Description
Minifying the output source can sometimes lead to problems like mangling of class names, which causes calls to Function.name to break. An example is using TypeORM, which relies on class names to find circular dependencies: typeorm/typeorm#2549 (comment)
Acceptance Criteria
An option is provided to enable minification
Minification is disabled by default
The text was updated successfully, but these errors were encountered:
Description
Minifying the output source can sometimes lead to problems like mangling of class names, which causes calls to
Function.name
to break. An example is using TypeORM, which relies on class names to find circular dependencies: typeorm/typeorm#2549 (comment)Acceptance Criteria
The text was updated successfully, but these errors were encountered: