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.

9 lines (7 loc) 168 B
function managerEntries(entry = []) { return [...entry, require.resolve("./dist/manager.js")]; } module.exports = { managerEntries, ...require("./dist/preset"), };