From c81829409652a8351dfeb27b6842e46e892d2d02 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sat, 24 Aug 2024 18:01:34 +0530 Subject: [PATCH] docs: update example --- src/content/configuration/module.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/configuration/module.mdx b/src/content/configuration/module.mdx index 46ec65d6b4ba..b184c72c30db 100644 --- a/src/content/configuration/module.mdx +++ b/src/content/configuration/module.mdx @@ -734,7 +734,7 @@ module.exports = { module: { rules: [ { - // Handles imports with the assertion type "json" + // Handles imports with the assertion "assert { type: 'json' }" assert: { type: 'json' }, loader: require.resolve('./loader-assert.js'), },