Split vendor and app into separate files
Created by: shrynx
NOT AN ISSUE but a feature request. imo, it would be beneficial for splitting the js bundle into app and vendor files. My app code keeps changing but vendor dependencies rarely change. splitting into two files will be a lot beneficial for long term caching.
If this interests, i will be more than happy to make a pull request for this.