UNPKG

342 BJavaScriptView Raw
1// During bootstrap, we write requires at top of this file which looks
2// basically like:
3// module.exports = [
4// {
5// plugin: require("/path/to/plugin1/gatsby-browser.js"),
6// options: { ... },
7// },
8// {
9// plugin: require("/path/to/plugin2/gatsby-browser.js"),
10// options: { ... },
11// },
12// ]
13
14module.exports = []