Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lsongdev/babel-plugin-require-alias
- Owner: lsongdev
- License: mit
- Created: 2017-11-08T04:52:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T07:03:53.000Z (over 7 years ago)
- Last Synced: 2024-12-31T10:05:17.651Z (about 1 month ago)
- Topics: alias, babel, module, nodejs, require, webpack
- Language: JavaScript
- Homepage: https://npmjs.org/babel-plugin-require-alias
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
---