IntelliTect / Coalesce

Quickly build amazing web apps
https://intellitect.github.io/Coalesce/
Apache License 2.0
65 stars 22 forks source link

template: default chunking configuration is bad #455

Closed ascott18 closed 1 month ago

ascott18 commented 1 month ago

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.