UNPKG

yapi-vendor

Version:
10 lines (9 loc) 187 B
const path = require('path') module.exports = { resolve: { alias: { 'common': path.resolve(__dirname, 'common'), 'client': path.resolve(__dirname, 'client') } } }