Closed georgesofianosgr closed 2 years ago
Create react app 5 uses "source-map-loader" in webpack which cannot find the source maps and produces a warning.
I added inlineSources in tsconfig.json to fix this problem as proposed in this package here https://github.com/typestack/class-transformer/pull/473
To reproduce:
Will get this merged and published asap
Waiting for this to be merged! Thank you @georgesofianosgr
Merged and published. v1.0.17
v1.0.17
Create react app 5 uses "source-map-loader" in webpack which cannot find the source maps and produces a warning.
I added inlineSources in tsconfig.json to fix this problem as proposed in this package here https://github.com/typestack/class-transformer/pull/473
To reproduce: