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
We are developing a Vue based application, leveraging Quasar and Vite. We need to obfuscate our code and also group the individual JS files into bundles. This is something we could do when we were still using weback, and the dynamic imports could be tuned to specify the grouping.
While we aren't advocating for a single file, we aren't wanting one module per file either.
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
-
We are developing a Vue based application, leveraging Quasar and Vite. We need to obfuscate our code and also group the individual JS files into bundles. This is something we could do when we were still using weback, and the dynamic imports could be tuned to specify the grouping.
While we aren't advocating for a single file, we aren't wanting one module per file either.
Is anything like this possible with Vite?
Beta Was this translation helpful? Give feedback.
All reactions