Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Jan 5, 2017
1 parent a97fd08 commit 899bdaf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ myLib.named = 'you can\'t see me';
In those cases, you can specify custom named exports:

```js
commonjs({
namedExports: {
// left-hand side can be an absolute path, a path
// relative to the current directory, or the name
// of a module in node_modules
'node_modules/my-lib/index.js': [ 'named' ]
}
});
commonjs({
namedExports: {
// left-hand side can be an absolute path, a path
// relative to the current directory, or the name
// of a module in node_modules
'node_modules/my-lib/index.js': [ 'named' ]
}
})
```


Expand Down

0 comments on commit 899bdaf

Please sign in to comment.