TypeStrong / ts-loader

TypeScript loader for webpack
https://johnnyreilly.com/ts-loader-goes-webpack-5
MIT License
3.45k stars 428 forks source link

what's the effective range of the transformer in "getCustomTransformers"? #1605

Closed crown-cc closed 1 year ago

crown-cc commented 1 year ago

it seems not only take effects in the compilation module in Webpack, but other files tsconfig.json include?

Expected Behaviour

Actual Behaviour

Steps to Reproduce the Problem

npm install npm run build

Location of a Minimal Repository that Demonstrates the Issue.

https://github.com/crown-cc/ts-transformer-demo