You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The files in the "dist" directory are bundled. This causes bloat because they get re-bundled and also prevents shared dependencies from being optimized.
The dist directory should actually be the transpiled (but not bundled) version of the "src" directory in CommonJS format. (Just like a regular Node.js application.)
The text was updated successfully, but these errors were encountered:
Yep, we have plans for that. It's being tracked in #2750.
Also, just wanted to mention that videojs doesn't use that many dependencies and the few it does use are unlikely to be used by others as well, so, the size savings aren't actually that big, I don't think.
The files in the "dist" directory are bundled. This causes bloat because they get re-bundled and also prevents shared dependencies from being optimized.
The dist directory should actually be the transpiled (but not bundled) version of the "src" directory in CommonJS format. (Just like a regular Node.js application.)
The text was updated successfully, but these errors were encountered: