skevy/babel-plugin-module-alias — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2016-04-04
Replace a long relative import path with a short alias like 'utils/MyUtilFn'.
Move a file to a different folder without breaking existing imports that use aliases.
Set up consistent import aliases across a large app with deeply nested folders.
| skevy/babel-plugin-module-alias | a15n/a15n | a15n/checkout-validation | |
|---|---|---|---|
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2016-04-04 | 2019-04-07 | 2014-09-04 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
This Babel plugin lets you replace messy relative import paths like '../../../utils' with short, consistent aliases such as 'utils/MyUtilFn'.
Mainly JavaScript. The stack also includes JavaScript, Babel.
Dormant — no commits in 2+ years (last push 2016-04-04).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.