We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05beb9c commit cb4f5b4Copy full SHA for cb4f5b4
packages/vite/src/node/plugins/wasm.ts
@@ -28,7 +28,6 @@ const wasmHelper = async (opts = {}, url: string) => {
28
// correct MIME type for .wasm files, which unfortunately doesn't work for
29
// a lot of static file servers, so we just work around it by getting the
30
// raw buffer.
31
- // eslint-disable-next-line n/no-unsupported-features/node-builtins -- this function runs in browsers
32
const response = await fetch(url)
33
const contentType = response.headers.get('Content-Type') || ''
34
if (
0 commit comments