mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 01:31:06 +08:00
add - export variable
This commit is contained in:
parent
3229f04d24
commit
85e5c35052
@ -18,9 +18,9 @@ function transform(source) {
|
||||
const addsMap = JSON.stringify(result.addsMap);
|
||||
|
||||
return `
|
||||
var withStorySource = require('@storybook/addon-storysource').withStorySource;
|
||||
var __STORY__ = ${sourceJson};
|
||||
var __ADDS_MAP__ = ${addsMap};
|
||||
export var withStorySource = require('@storybook/addon-storysource').withStorySource;
|
||||
export var __STORY__ = ${sourceJson};
|
||||
export var __ADDS_MAP__ = ${addsMap};
|
||||
|
||||
${result.source}
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user