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
My initial package had 800kb so I got a warning that it's too big so it should be separated. The big package is video.js who occupies about half of that size.
My vite.config.js looks like this:
The app still works fine in dev mode but when running in in prod mode(vite preview) I get a weird error in the split package Uncaught TypeError: right-hand side of 'in' should be an object, got undefined <anonymous> http://localhost:4173/assets/video.js-a16fdf23.js:11
Am I doing something wrong or is this package simply too big to be loaded separately and the best way is to leave them all together?
Here's all the chunks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My initial package had 800kb so I got a warning that it's too big so it should be separated. The big package is
video.js
who occupies about half of that size.My
vite.config.js
looks like this:The app still works fine in dev mode but when running in in prod mode(
vite preview
) I get a weird error in the split packageUncaught TypeError: right-hand side of 'in' should be an object, got undefined <anonymous> http://localhost:4173/assets/video.js-a16fdf23.js:11
Am I doing something wrong or is this package simply too big to be loaded separately and the best way is to leave them all together?
![Screenshot from 2024-02-11 19-24-18](https://private-user-images.githubusercontent.com/111348703/303939413-f8eacbe9-e297-4ddb-97b7-708182937922.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5Njk4MDQsIm5iZiI6MTczODk2OTUwNCwicGF0aCI6Ii8xMTEzNDg3MDMvMzAzOTM5NDEzLWY4ZWFjYmU5LWUyOTctNGRkYi05N2I3LTcwODE4MjkzNzkyMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QyMzA1MDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iYzA5M2FhMWYzY2ZjNTU2Yzc3YmEzZjcxYzI0NmMyZDg0ZjZmZjJmMDI2MTRlM2ViOWQ1MzZmMGJjMWExNjUwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.2mdJHECncUFZBPVi3UgKhZcZ2RblUQvzU8wmgmOmu1s)
Here's all the chunks
Beta Was this translation helpful? Give feedback.
All reactions