babel-root-slash-import icon indicating copy to clipboard operation
babel-root-slash-import copied to clipboard

Add the opportunity to import modules by the root path

Results 4 babel-root-slash-import issues
Sort by recently updated
recently updated
newest added

Since I use ESLint plugin [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) I add trouble with the rule `import/no-unresolved` with this plugin. So I created a resolver to fix it and publish it on npm with...

allow setting a different rootPath, necesseray when building and then deploying to a remote server

The patch 1.1.0 deactivates the plugin when Meteor is running. In some context (for instance with webpack:webpack), the plugin is still needed so we have to do a more subtle...