File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ var wp = new Watchpack({
4949 // ignored: "string" - a glob pattern for files or folders that should not be watched
5050 // ignored: ["string", "string"] - multiple glob patterns that should be ignored
5151 // ignored: /regexp/ - a regular expression for files or folders that should not be watched
52- // ignored: (entry) => boolean - an arbirary function which must return truthy to ignore an entry
53- // For all cases expect the arbirary function the path will have path separator normalized to '/'.
52+ // ignored: (entry) => boolean - an arbitrary function which must return truthy to ignore an entry
53+ // For all cases expect the arbitrary function the path will have path separator normalized to '/'.
5454 // All subdirectories are ignored too
5555});
5656
You can’t perform that action at this time.
0 commit comments