UNPKG

storybook-addon-source-link

Version:

Add a button to the Storybook toolbar that opens the file containing the Story in an IDE like VSCode.

7 lines (5 loc) 164 B
function managerEntries(entry = []) { return [...entry, import.meta.resolve("./dist/manager.js")]; } export { managerEntries }; export * from "./dist/preset.js";