Skip to content

Commit ffba50a

Browse files
authored
chore: use builtin fetch (#188)
1 parent fc84156 commit ffba50a

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"eslint": "^9.30.1",
5454
"eslint-config-prettier": "^10.1.5",
5555
"mrmime": "^2.0.1",
56-
"node-fetch": "^3.3.2",
5756
"prettier": "^3.6.2",
5857
"throttle-debounce": "^5.0.2",
5958
"tsdown": "^0.12.9",

pnpm-lock.yaml

Lines changed: 0 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/tests.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { describe, test, beforeAll, afterAll, expect } from 'vitest'
22
import type { PreviewServer, ViteDevServer } from 'vite'
33
import { build, createServer, preview } from 'vite'
4-
import fetch from 'node-fetch'
54
import { testcases } from './testcases'
65
import { getConfig, loadFileContent, normalizeLineBreak } from './utils'
76
import type { AddressInfo } from 'node:net'

0 commit comments

Comments
 (0)