feat: Split dashboard to chunks for build performance (#8394)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2023-11-21 14:51:05 -08:00
committed by GitHub
parent 31c709be5c
commit 9c7148e2ad
22 changed files with 76 additions and 66 deletions

View File

@@ -1,7 +1,8 @@
/* eslint-disable storybook/default-exports */
import SearchView from './components/SearchView.vue';
import { frontendURL } from '../../helper/URLHelper';
const SearchView = () => import('./components/SearchView.vue');
export const routes = [
{
path: frontendURL('accounts/:accountId/search'),