mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-01 05:05:25 +08:00
8 lines
139 B
JavaScript
8 lines
139 B
JavaScript
function config(entry = []) {
|
|
return [...entry, require.resolve('./dist/esm/client/preview/config')];
|
|
}
|
|
|
|
module.exports = {
|
|
config,
|
|
};
|