A Babel plugin that allows import statements to use root-based paths starting with '/' instead of relative paths like '../../../'. Version 1.1.0 is the latest stable release. It has no updates in recent years and is likely in maintenance mode. Compared to alternatives like babel-plugin-module-resolver, this plugin has a simpler API but offers less configuration and flexibility.
npm install babel-root-slash-importVerified import paths — ran on the pinned version, not inferred.
Shows basic usage with default root and custom rootPathSuffix option.
Consider using babel-plugin-module-resolver instead.
Ensure babel-core is installed (npm install --save-dev @babel/core) or use a more modern plugin.
No dependency data recorded yet.