export default { nodeModulesTransform: { type: 'none', }, history: { type: 'memory', options: { initialEntries: ['/'], }, }, mountElementId: '', routes: [ { path: '/', component: 'index' }, ], esbuild: {}, }