ilink-world/docs/.docz/.cache/commonjs/api-runner-browser-plugins.js

15 lines
356 B
JavaScript
Raw Normal View History

2020-03-12 15:14:51 +00:00
"use strict";
// 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 = [];