Improvde DX and migration from ts-transformer-minify-privates
#33
Labels
enhancement
New feature or request
ts-transformer-minify-privates
#33
@timocov I've tried to use https://github.com/timocov/ts-transformer-properties-rename but couldn't make it work.
How I use
ts-transformer-minify-privates
in webpack ts-loader:import:
use in ts-loader rule:
How I try to use
ts-transformer-properties-rename
:First of all, It's weird
ts-transformer-properties-rename
doesn't included.ts
for types.Then I replace transform with the new one. Now I have to pass some
entrySourceFiles
(withts-transformer-minify-privates
I don't).Ok, I try to pass the same entry file as I pass to webpack entry:
And get an error:
Error: Cannot find source file /Users/dfilatov/prjs/arcadia/maps/front/services/nmaps/src/client/pages/app-page/nk-app-page.ts
But file
/Users/dfilatov/prjs/arcadia/maps/front/services/nmaps/src/client/pages/app-page/nk-app-page.ts
actually exists:Have no idea how to make it work. Please help.
Originally posted by @dfilatov in timocov/ts-transformer-minify-privates#25 (comment)
The text was updated successfully, but these errors were encountered: