module.exports = srcPath => ({
  extensions: [
    '.js',
    '.json',
    '.vue',
  ],
  alias: {
    '@': srcPath,
  },
})