Skip to content

Commit

Permalink
docs: Add yarn install command (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhonx committed Apr 16, 2020
1 parent a65c39a commit 5e3feaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -27,6 +27,10 @@ Install the plugin
```
$ npm install --save-dev babel-plugin-module-resolver
```
or
```
$ yarn add --dev babel-plugin-module-resolver
```

Specify the plugin in your `.babelrc` with the custom root or alias. Here's an example:
```json
Expand Down

0 comments on commit 5e3feaa

Please sign in to comment.