Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into create-gatsby-fro…
Browse files Browse the repository at this point in the history
…m-new
  • Loading branch information
gatsbybot committed Nov 12, 2020
2 parents 8305ca5 + 77714a8 commit c8b1b1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/release-notes/v2.26/index.md
Expand Up @@ -130,7 +130,7 @@ size, so it is possible you may need to use a lower value for your particular si
## gatsby-plugin-mdx@1.4.0

There was a significant performance improvement by making a certain node fetching step lazy.
This is especially noticeable at scale. See PR [#27937](https://github.com/gatsby/gatsby/issues/27937) for details.
This is especially noticeable at scale. See PR [#27937](https://github.com/gatsbyjs/gatsby/pull/27937) for details.

## Work in progress

Expand Down
1 change: 1 addition & 0 deletions packages/create-gatsby/package.json
Expand Up @@ -13,6 +13,7 @@
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/create-gatsby#readme",
"dependencies": {
"@babel/runtime": "^7.12.1",
"ansi-colors": "^4.1.1",
"ansi-wordwrap": "^1.0.2",
"common-tags": "^1.8.0",
"enquirer": "^2.3.6",
Expand Down
Expand Up @@ -12,6 +12,7 @@ const isLiteral = node =>
const getValueFromNode = node => {
if (t.isTemplateLiteral(node)) {
delete node.leadingComments
delete node.trailingComments
const literalContents = generate(node).code
return unwrapTemplateLiteral(literalContents)
}
Expand Down

0 comments on commit c8b1b1c

Please sign in to comment.