From ce262605bfa39e45c3b7d3a74c34fe09b963f81c Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Sun, 5 Oct 2025 21:15:28 +0200 Subject: [PATCH] chore: new less loader link --- src/content/api/loaders.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/api/loaders.mdx b/src/content/api/loaders.mdx index a9f7033b10ec..37f2a7d6fa6f 100644 --- a/src/content/api/loaders.mdx +++ b/src/content/api/loaders.mdx @@ -225,7 +225,7 @@ addDependency(file: string) dependency(file: string) // shortcut ``` -Add an existing file as a dependency of the loader result in order to make them watchable. For example, [`sass-loader`](https://github.com/webpack/sass-loader), [`less-loader`](https://github.com/webpack-contrib/less-loader) uses this to recompile whenever any imported `css` file changes. +Add an existing file as a dependency of the loader result in order to make them watchable. For example, [`sass-loader`](https://github.com/webpack/sass-loader), [`less-loader`](https://github.com/webpack/less-loader) uses this to recompile whenever any imported `css` file changes. ### this.addMissingDependency