From 6ced1c1faac08d200ab1362ec2fd0d304d8cc7d6 Mon Sep 17 00:00:00 2001 From: Ronny Ewanek Date: Thu, 23 Mar 2023 16:46:13 -0500 Subject: [PATCH] Update README.md (#473) Fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 431a5cd9..e63cfad7 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ To solve this please refer to [Forked process configuration](#forked-process-con ## Forked process configuration -To configure the transformer for development mode in `awesome-typescript-loader` or `ts-loader` with `HappyPack` or `thread-loader`, you need to make `getCustomTransformers` a resolvoble module name instead of the function. Since the configuration is very similar, here's an example: +To configure the transformer for development mode in `awesome-typescript-loader` or `ts-loader` with `HappyPack` or `thread-loader`, you need to make `getCustomTransformers` a resolvable module name instead of the function. Since the configuration is very similar, here's an example: ### 1. Move `styledComponentsTransformer` into a separate file