Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/vite/src/node/plugins/wasm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const wasmHelper = async (opts = {}, url: string) => {
// correct MIME type for .wasm files, which unfortunately doesn't work for
// a lot of static file servers, so we just work around it by getting the
// raw buffer.
// eslint-disable-next-line n/no-unsupported-features/node-builtins -- this function runs in browsers
const response = await fetch(url)
const contentType = response.headers.get('Content-Type') || ''
if (
Expand Down