Skip to content

Commit

Permalink
fix: use utils/assert instead of assert of console module (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Aug 9, 2021
1 parent 263499e commit 8b4e39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite-plugin-ssr/html/inferMediaType.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert } from 'console'
import { assert } from '../utils'

export { inferMediaType }
export { MediaType }
Expand Down

0 comments on commit 8b4e39c

Please sign in to comment.