Skip to content

Commit a53d86b

Browse files
authored
Update README.md
1 parent b199abe commit a53d86b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,13 @@ You can pass in the ```options``` object to customize function behavior with the
5656
}
5757
})
5858
```
59+
- **order** (no default value) - the object that allows to specify returned main files order.
60+
For example, if you further inject returned files into ```html``` and want to connect jquery before any other libraries.
61+
``` javascript
62+
mainNodeFiles({
63+
order: {
64+
'jquery': 1,
65+
'angular': 2
66+
}
67+
})
68+
```

0 commit comments

Comments
 (0)