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'), },