This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Description
I'm using options.getCustomTransformers to supply custom transformations to the TypeScript emitter.
It looks like they only work when webpack creates static bundles.
The method doesn't get called at all, when dev-server is running with HMR.
Is anything can be done in order to support customer transformers in that mode?