From 9b2c8bec2fbdb56a80e2eadac9b6242c446c75a4 Mon Sep 17 00:00:00 2001 From: Frederick Fogerty Date: Tue, 17 Dec 2019 17:08:00 +1300 Subject: [PATCH] docs(readme): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fd9c61a..16d362b5 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ This loader also supports the following loader-specific option: * `cacheCompression`: Default `true`. When set, each Babel transform output will be compressed with Gzip. If you want to opt-out of cache compression, set it to `false` -- your project may benefit from this if it transpiles thousands of files. -* `customize`: Default `null`. The path of a module that exports a `custom` callback [like the one that you'd pass to `.custom()`](#customized-loader). Since you already have to make a new file to use this, it is recommended that you instead use `.custom` to create a wrapper loader. Only use this is you _must_ continue using `babel-loader` directly, but still want to customize. +* `customize`: Default `null`. The path of a module that exports a `custom` callback [like the one that you'd pass to `.custom()`](#customized-loader). Since you already have to make a new file to use this, it is recommended that you instead use `.custom` to create a wrapper loader. Only use this if you _must_ continue using `babel-loader` directly, but still want to customize. ## Troubleshooting