Skip to content

Commit 53daaa0

Browse files
yannbfJReinhold
andauthored
Apply suggestion from @JReinhold
Co-authored-by: Jeppe Reinhold <jeppe@chromatic.com>
1 parent bdd11fb commit 53daaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/addon-mcp/src/preset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export const experimental_devServer: PresetPropertyFn<'experimental_devServer'>
170170
export const features: PresetPropertyFn<'features'> = async (existingFeatures) => {
171171
return {
172172
...existingFeatures,
173-
componentManifest: true,
173+
componentsManifest: true,
174174
};
175175
}
176176

0 commit comments

Comments
 (0)