diff --git a/src/content/configuration/module.mdx b/src/content/configuration/module.mdx index 65c9159070dc..065abf50153a 100644 --- a/src/content/configuration/module.mdx +++ b/src/content/configuration/module.mdx @@ -188,6 +188,11 @@ module.exports = { 'css/module': { // ditto }, + json: { + // Generator options for json modules + // Use `JSON.parse` when the JSON string is longer than 20 characters. + JSONParse: true, + }, // others… }, },