I'm using orion in my project. I have to admit it works very well. However, it loads many packages (javascript files) globally (to the main bundle) that I use only in admin panel. Is there any way to exclude them from other routes? Since admin panel is using only by admin I see no reasons to send those files to end user.
That may be not related with orion directly, but maybe you know any solution.
Perfect situation will be when I'd be able to choose which packages should be loaded to which route, but it's fine if there is any different workaround.
Hi,
I'm using orion in my project. I have to admit it works very well. However, it loads many packages (javascript files) globally (to the main bundle) that I use only in admin panel. Is there any way to exclude them from other routes? Since admin panel is using only by admin I see no reasons to send those files to end user.
Example files:
That may be not related with orion directly, but maybe you know any solution.
Perfect situation will be when I'd be able to choose which packages should be loaded to which route, but it's fine if there is any different workaround.