davestewart / alias-hq

The end-to-end solution for configuring, refactoring, maintaining and using path aliases
https://davestewart.co.uk/projects/open-source/alias-hq/
MIT License
333 stars 12 forks source link

Support Fallbacks for Webpack and Babel #80

Open p-98 opened 1 month ago

p-98 commented 1 month ago

Correctly handle configs using fallbacks like

"paths": {
    "Types/*": ["../shared/src/types/*", "./src/types/*"],
}

when the format: 'array' option is set in the 'webpack' and 'babel' plugins.

Closes #79.