Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lsongdev/babel-plugin-require-alias

Module resolver plugin for Babel
https://github.com/lsongdev/babel-plugin-require-alias

alias babel module nodejs require webpack

Last synced: about 1 month ago
JSON representation

Module resolver plugin for Babel

Awesome Lists containing this project

README

        

## babel-plugin-require-alias [![babel-plugin-require-alias](https://img.shields.io/npm/v/babel-plugin-require-alias.svg)](https://npmjs.org/babel-plugin-require-alias)

> Module resolver plugin for Babel

### Installation

```bash
$ npm install babel-plugin-require-alias
```

### Example

```js
const babelPluginRequireAlias = require('babel-plugin-require-alias');

// your code here

```

### Contributing
- Fork this Repo first
- Clone your Repo
- Install dependencies by `$ npm install`
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Publish your local branch, Open a pull request
- Enjoy hacking <3

### MIT

This work is licensed under the [MIT license](./LICENSE).

---