Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 291be5e

Browse filesBrowse files
committed
Merge pull request #122 from jasonkuhrt/patch-1
Document Builder#use
2 parents f70ec96 + f84f2a7 commit 291be5e
Copy full SHA for 291be5e

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎Readme.md

Copy file name to clipboardExpand all lines: Readme.md
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ builder.ignore('visionmedia-page')
7373
- `before scripts`
7474
- `before styles`
7575

76+
### Builder#use(fn)
77+
78+
Give the builder a plugin to use. The `fn` args are `fn(builder [, done])`. If The plugin has async logic it should invoke the `done` callback as needed. Sync plugins should ignore this argument.
79+
7680
## Examples
7781

7882
### Basic build

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.