chrisguttandin / extendable-media-recorder

An extendable drop-in replacement for the native MediaRecorder.
MIT License
258 stars 13 forks source link

Could not resolve "./evaluate-audio-worklet-window-scope-function" from "node_modules/standardized-audio-context/build/es2019/types/index.js" #685

Open yavilavi opened 4 months ago

yavilavi commented 4 months ago

Hey, thanks a lot for the lib. When running with vite the version 9.2.0 I get this error when building:

im using it in a react app in dev mode works propperly but for building always get that error.

image

chrisguttandin commented 4 months ago

Hi @yavilavi, thanks for reporting this. Could you please provide a minimal test case to reproduce the problem? I set up a Vite project locally but it works as expected.