1.0.4 • Published 7 years ago

babel-plugin-local-modules v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

local-modules babel plugin

Transforms all require statements in your code that point to local_modules, so that instead they point to the local_modules folder in the base directory of your project.

A workaround to avoid using npm hacks or modules like aperture, which add symlinks to the node_modules directory and break behavior of the npm install and npm shrinkwrap commands.