Skip to content

Commit

Permalink
hotfix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mateomorris committed Mar 9, 2024
1 parent d6e6606 commit 78e2fd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/compiler/cloud-workers/server-compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import vm from 'vm'
import { Volume } from 'memfs'
import _ from 'lodash-es'
import rollup from './server-rollup'
import { Blob } from 'fetch-blob'
globalThis.Blob = Blob // use Node.js Blob instead of Jsdom's Blob

const COMPILED_COMPONENTS_CACHE = new Map()

Expand Down

0 comments on commit 78e2fd5

Please sign in to comment.