Preflight Checklist
What package is this bug report for?
rrweb
Version
2.0.0-alpha.4
Expected Behavior
Should not get any warning while building create-react-app with rrweb.
Actual Behavior
Getting warning when building create react app with rrweb latest version.
./node_modules/rrweb/es/rrweb/_virtual/_rollup-plugin-web-worker-loader__helper__node__WorkerClass.js Module not found: Can't resolve 'worker_threads' in '/workspace/react-voicerecorder/node_modules/rrweb/es/rrweb/_virtual'
Steps to Reproduce
- Create basic react app
- Install [email protected]
- Run command "npm run build"
- Check warnings
Testcase Gist URL
No response
Additional Information
Node Version - v16.18.1