From f3d3881e50f43150a9716eabe5c987c990462236 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Mon, 10 Jun 2024 19:27:45 +0530 Subject: [PATCH] docs: update github syntax of note (#548) --- 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.