A Gatsby plugin that provides Webpack resolve aliasing for import statements, simplifying paths by mapping folders (default: all src subdirectories) to short aliases. Version 1.0.6 is the current stable release, with no active development observed since 2019. It works with Gatsby >2.0.0 and offers optional custom alias and root folder configuration. Unlike manual webpack configuration in gatsby-node.js, this plugin automates alias setup without additional boilerplate.
Verified import paths — ran on the pinned version, not inferred.
Plugins are added as strings in gatsby-config.js; importing as an ES module is incorrect.
Gatsby plugins expect object syntax with resolve and options keys; an array tuple is not supported.
Aliases work with file extensions omitted; including them may cause resolution failures depending on webpack config.
Shows how to configure the plugin with custom aliases and use them in imports.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.