-
Notifications
You must be signed in to change notification settings - Fork 64
Issue with bundling mediasoup package: An unhandled Rollup error occurred #517
Copy link
Copy link
Open
Description
Cause:
using mediasoup Device seems to be causing the issue.


Description:
When mediasoup is directly installed in a frontend nextjs app mediasoup.Device() is working but not working for the frontend pkg which is built using preconstruct, the build fails as in the above screenshot.
tsconfig:
{
"compilerOptions": {
"lib": ["es2017", "dom"],
"isolatedModules": true,
"esModuleInterop": true
}
}
package.json
{
"name": "web-core",
"version": "1.0.0",
"description": "",
"main": "dist/web-core.cjs.js",
"module": "dist/web-core.esm.js",
"umd:main": "dist/web-core.umd.min.js",
"scripts": {
"fix": "pnpm preconstruct fix",
"build": "pnpm preconstruct build",
"watch": "pnpm preconstruct watch"
},
"keywords": [
"huddle01",
"web3"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@preconstruct/cli": "^2.3.0",
"eslint-config-custom": "workspace:*",
"types": "workspace:*",
"typescript": "^4.9.5"
},
"preconstruct": {
"umdName": "HuddleWebClient"
},
"dependencies": {
"axios": "^1.3.3",
"mediasoup-client": "^3.6.80",
"nanoid": "^3.3.4",
"socket.io-client": "^4.6.0"
}
}
{
"name": "web-core",
"version": "1.0.0",
"description": "",
"main": "dist/web-core.cjs.js",
"module": "dist/web-core.esm.js",
"umd:main": "dist/web-core.umd.min.js",
"scripts": {
"fix": "pnpm preconstruct fix",
"build": "pnpm preconstruct build",
"watch": "pnpm preconstruct watch"
},
"keywords": [
"huddle01",
"web3"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@preconstruct/cli": "^2.3.0",
"eslint-config-custom": "workspace:*",
"types": "workspace:*",
"typescript": "^4.9.5"
},
"preconstruct": {
"umdName": "HuddleWebClient"
},
"dependencies": {
"axios": "^1.3.3",
"mediasoup-client": "^3.6.80",
"nanoid": "^3.3.4",
"socket.io-client": "^4.6.0"
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
