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
It seems that the transformer function returns a factory. However, according to node-ts docs the getTransformer can't receive a factory when the transpileOnly flag is enabled.
This lead to the following error:
Here is my webpack config:
Did I do something wrong? Is there a way to enable this flag again and still get the code working? Only asking because build takes a lot of time without the flag...
The text was updated successfully, but these errors were encountered:
It seems that the transformer function returns a factory. However, according to node-ts docs the getTransformer can't receive a factory when the transpileOnly flag is enabled.
This lead to the following error:
Here is my webpack config:
Did I do something wrong? Is there a way to enable this flag again and still get the code working? Only asking because build takes a lot of time without the flag...
The text was updated successfully, but these errors were encountered: