Skip to content

Commit f698c09

Browse files
authored
fix(gatsby): correctly auto-load preview plugin (#35745)
1 parent 8b81d12 commit f698c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/src/bootstrap/load-plugins/utils/handle-gatsby-cloud.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function addCloudPluginWhenInstalled(
1616
if (cloudPluginLocation) {
1717
const processedGatsbyCloudPlugin = processPlugin(
1818
{
19-
resolve: cloudPluginLocation,
19+
resolve: name,
2020
options: {},
2121
},
2222
rootDir

0 commit comments

Comments
 (0)