tleunen/babel-plugin-module-resolver

Add support for `moduleRoots` in package.json

Open

#81 opened on Sep 9, 2016

View on GitHub
 (1 comment) (8 reactions) (0 assignees)JavaScript (3,417 stars) (217 forks)batch import
enhancementhelp wanted

Description

The atom plugin js-hyperclick uses moduleRoots in package.json to support custom root modules.

babel-plugin-module-resolver could read this field if available to add the custom root.

Contributor guide