Files
30-seconds-of-code/node_modules/gatsby/cache-dir/api-runner-browser-plugins.js
2019-08-20 15:52:05 +02:00

15 lines
342 B
JavaScript

// During bootstrap, we write requires at top of this file which looks
// basically like:
// module.exports = [
// {
// plugin: require("/path/to/plugin1/gatsby-browser.js"),
// options: { ... },
// },
// {
// plugin: require("/path/to/plugin2/gatsby-browser.js"),
// options: { ... },
// },
// ]
module.exports = []