Skip to content

Commit 884c554

Browse files
gatsbybotpieh
andauthored
fix(gatsby): correctly auto-load preview plugin (#35745) (#35746)
(cherry picked from commit f698c09) Co-authored-by: Michal Piechowiak <[email protected]>
1 parent 56fb124 commit 884c554

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

+1-1
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)