From b45720d252e8c601f7de787b262ad972a9563398 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Mon, 10 Jun 2024 13:09:45 +0530 Subject: [PATCH] docs: update github syntax of note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 551d83b..9bcc0c6 100644 --- a/README.md +++ b/README.md @@ -633,7 +633,7 @@ module.exports = { }; ``` -> **Note** +> [!NOTE] > > Access to the [loader context](https://webpack.js.org/api/loaders/#the-loader-context) inside the custom plugin can be done using the `pluginManager.webpackLoaderContext` property.