Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cristo-rabani committed Oct 25, 2015
1 parent c71a711 commit 74e03e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ If you wish you can also import modules from other packages (but you need to hav
In your package.js:

```
api.addFiles('externals.npm.json', ['server', 'client'], {babelWhitelist: ['es7.functionBind']})
api.addFiles('file.import.js', ['server', 'client'], {babelWhitelist: ['es7.functionBind']})
```

### Loading some package exports
Expand Down

0 comments on commit 74e03e0

Please sign in to comment.