Is ist possible to have alias check for array of paths? Example: ```js export default { // ... alias: { map: ['foo', ['./first-path-to-check', './second-path-to-check']] } }; ```