Skip to content

Commit

Permalink
Merge pull request #24396 from storybookjs/shilman/auto-component-path
Browse files Browse the repository at this point in the history
CSF: Automatically extract componentPath
  • Loading branch information
shilman authored Jun 9, 2024
2 parents 60c7320 + a57e45c commit b64489c
Show file tree
Hide file tree
Showing 15 changed files with 412 additions and 6 deletions.
4 changes: 2 additions & 2 deletions code/addons/docs/docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ export const parameters = {
transform: (src, storyContext) => {
const match = SOURCE_REGEX.exec(src);
return match ? match[1] : src;
}
}
},
},
},
};
```
Expand Down
1 change: 1 addition & 0 deletions code/lib/core-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"telejson": "^7.2.0",
"tiny-invariant": "^1.3.1",
"ts-dedent": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"util": "^0.12.4",
"util-deprecate": "^1.0.2",
"watchpack": "^2.2.0",
Expand Down
Loading

0 comments on commit b64489c

Please sign in to comment.