Skip to content

Commit

Permalink
docs(commonjs): fix link for plugin-node-resolve (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
curran authored and shellscape committed Jan 22, 2020
1 parent 1822484 commit 875048a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/commonjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Sometimes you have to leave require statements unconverted. Pass an array contai

## Using with @rollup/plugin-node-resolve

Since most CommonJS packages you are importing are probably depdenencies in `node_modules`, you may need to use [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/packages/node-resolve):
Since most CommonJS packages you are importing are probably depdenencies in `node_modules`, you may need to use [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/master/packages/node-resolve):

```js
// rollup.config.js
Expand Down

0 comments on commit 875048a

Please sign in to comment.