// module.exports = file => () => import('@' + file ) module.exports = file => () => import(/* webpackChunkName: "chunkName" */ `@/${file}` )