-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v2] small refactor of api-runner-browser to fix loader test (#5343)
* small refactor of api-runner-browser to fix tests * remove stray '$' and unneeded eslint-disable-next-line
- Loading branch information
1 parent
5e520a2
commit 8ff3cfb
Showing
3 changed files
with
17 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// 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 = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters