Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
Co-authored-by: 翠 / green <green@sapphi.red>
  • Loading branch information
patak-dev and sapphi-red committed Jun 17, 2022
1 parent 1319240 commit 7a96d0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/node/plugins/json.ts
Expand Up @@ -44,7 +44,6 @@ export function jsonPlugin(
if (!jsonExtRE.test(id)) return null
if (SPECIAL_QUERY_RE.test(id)) return null

// strip UTF-8 BOM
json = stripBomTag(json)

try {
Expand Down

0 comments on commit 7a96d0b

Please sign in to comment.