Skip to content

Commit 460ac85

Browse files
committed
fix: fix import of AbortController and ReadableStream
1 parent 86bf51e commit 460ac85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/plugin.server.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import _fetch from 'node-fetch'
2-
import _AbortController from 'abort-controller'
3-
import _ReadableStream from 'web-streams-polyfill/ponyfill/es2018'
2+
import { AbortController as _AbortController } from 'abort-controller'
3+
import { ReadableStream as _ReadableStream } from 'web-streams-polyfill/ponyfill/es2018'
44

55
const TEN_MEGABYTES = 1000 * 1000 * 10
66

0 commit comments

Comments
 (0)