You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
That's because the loader is trying to directly access webpack's compiler to register a plugin, which isn't supported in HappyPack (since webpack's compiler lives in the main process).
These loaders need to be rewritten in a way to not rely webpack's internals. I'm working on ts-loader support in #33 so you can track the progress there.
What the title says, basically:
The text was updated successfully, but these errors were encountered: