Due to the direct import of Forbidden from App.vue, there's circular imports between the index and views chunk. We should just remove the views chunk to avoid this. The split between views/index will probably end up biting folks through other scenarios too, and really doesn't give that much advantage.
Due to the direct import of Forbidden from App.vue, there's circular imports between the index and views chunk. We should just remove the views chunk to avoid this. The split between views/index will probably end up biting folks through other scenarios too, and really doesn't give that much advantage.