Do not include mp4box source in builds

This commit is contained in:
Josh Perez 2022-12-13 12:09:50 -05:00 committed by GitHub
parent e08a2fa86c
commit 58d53527e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -474,6 +474,9 @@
"node_modules/ringrtc/build/${platform}/*${arch}*.node",
"node_modules/mac-screen-capture-permissions/build/Release/*.node",
"!**/node_modules/react-dom/*/*.development.js",
"!node_modules/mp4box/**",
"node_modules/mp4box/package.json",
"node_modules/mp4box/dist/mp4box.all.js",
"!node_modules/.cache"
]
}