From 7f84494843aa85d69cde7c1bfe5cab6b9e61ec8f Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sun, 3 Nov 2024 10:55:54 +0530 Subject: [PATCH] docs: fix outdated broken link (#558) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bcc0c6..1a90a2b 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ type lessOptions = import('less').options | ((loaderContext: LoaderContext) => i Default: `{ relativeUrls: true }` -You can pass any Less specific options to the `less-loader` through the `lessOptions` property in the [loader options](https://webpack.js.org/configuration/module/#rule-options-rule-query). See the [Less documentation](http://lesscss.org/usage/#command-line-usage-options) for all available options in dash-case. Since we're passing these options to Less programmatically, you need to pass them in camelCase here: +You can pass any Less specific options to the `less-loader` through the `lessOptions` property in the [loader options](https://webpack.js.org/configuration/module/#ruleoptions--rulequery). See the [Less documentation](http://lesscss.org/usage/#command-line-usage-options) for all available options in dash-case. Since we're passing these options to Less programmatically, you need to pass them in camelCase here: #### `object`