Skip to content

Commit

Permalink
docs: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Aug 24, 2024
1 parent f417777 commit c818294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/configuration/module.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
},
Expand Down

0 comments on commit c818294

Please sign in to comment.