Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Jet View Models - Is bundling possible?

User_0ZPYQMar 21 2022

Hi All!
I've been working with a larger scale OJet project - and despite my efforts - have been unable to successfully bundle my view Model JS files together.
Technicality aside, Yes or No, is this a supported feature within OJet currently? I've taken a look into the current support minification process for OJet: `ojet serve/build --release`. But upon investigating the dist folder, nothing appears to be bundled or minified (Outside the components).

Thanks for the help on this - performance has become an issue on this project, hence bundling and minification has jumped up in priority for this. My solution so far has been to use terser and minify the View Models via bash. Bundling would be the biggest time save here.

Comments

Post Details

Added on Mar 21 2022
3 comments
327 views