diff --git a/src/content/configuration/module.mdx b/src/content/configuration/module.mdx index 065abf50153a..65c9159070dc 100644 --- a/src/content/configuration/module.mdx +++ b/src/content/configuration/module.mdx @@ -188,11 +188,6 @@ 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… }, },