Skip to content

Commit

Permalink
fix: import json5 with default
Browse files Browse the repository at this point in the history
  • Loading branch information
poyoho committed Feb 27, 2022
1 parent 7db9e6a commit 3a3a4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/workerImportMetaUrl.ts
@@ -1,4 +1,4 @@
import * as JSON5 from 'json5'
import JSON5 from 'json5'
import type { ResolvedConfig } from '../config'
import type { Plugin } from '../plugin'
import { getAssetHash, fileToUrl } from './asset'
Expand Down

0 comments on commit 3a3a4d0

Please sign in to comment.