Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 293a3b7

Browse files
committed
Fix static cms package name
1 parent efe1c16 commit 293a3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ exports.onCreateWebpackConfig = (
101101
assetName: `react-dom.production.min.js`,
102102
},
103103
{
104-
name: `StaticCmsCore`,
104+
name: `@staticcms/core`,
105105
global: `StaticCmsCore`,
106106
assetDir: `dist`,
107107
assetName: `static-cms-core.js`,

0 commit comments

Comments
 (0)