Skip to content

Commit 5f194ac

Browse files
authored
Revert "docs: JSONparse option for json generator(#7577)"
This reverts commit 665ad75.
1 parent 5b9cd9e commit 5f194ac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/content/configuration/module.mdx

-5
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,6 @@ module.exports = {
188188
'css/module': {
189189
// ditto
190190
},
191-
json: {
192-
// Generator options for json modules
193-
// Use `JSON.parse` when the JSON string is longer than 20 characters.
194-
JSONParse: true,
195-
},
196191
// others…
197192
},
198193
},

0 commit comments

Comments
 (0)