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.