import path from 'path'const pathSrc = path.resolve(__dirname, 'src') resolve: { alias: { '@/': `${pathSrc}/` }, },