Closed
Description
Is there any way to chain custom loaders to ts-loader
.
Currently when you attempt to mutate a ts file before it makes it to ts-loader
, the modifications are ignored. It appears it is because the typescript api is picking up the assets in the project rather than webpack serving .ts
files to it.
For example, awesome-typescript-loader
has a useWebpackText:
feature which fixes this. Is there anysupport for this?