Closed scalvert closed 2 years ago
There were 2 imports that were using the import * as ... syntax, which caused errors on the imports in ESM. This fixes those, in addition to removing v8-compile-cache, which doesn't work with ESM.
import * as ...
v8-compile-cache
There were 2 imports that were using the
import * as ...
syntax, which caused errors on the imports in ESM. This fixes those, in addition to removingv8-compile-cache
, which doesn't work with ESM.