Skip to content

Commit

Permalink
[DOCS] Update 3rd party code example with dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajasegar committed Jun 18, 2019
1 parent 306c676 commit 73524e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions markdown/docs/addon-author-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ Node compatible, you can wrap it with a check as below in an addon:

```js
var map = require('broccoli-stew').map;
var Funnel = require('broccoli-funnel');
var mergeTrees = require('broccoli-merge-trees');

treeForVendor(defaultTree) {
var browserVendorLib = new Funnel(<path to your third party lib>);
Expand Down

0 comments on commit 73524e4

Please sign in to comment.