UNPKG

vue-event-manager

Version:
9 lines (6 loc) 208 B
const path = require('path'); module.exports = (baseConfig, configType, config) => { // add alias config.resolve.alias['vue-event-manager'] = path.resolve(__dirname, '../src') return config; };