1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-04-03 05:04:51 +08:00
2021-09-11 16:04:56 +10:00

8 lines
139 B
JavaScript

function config(entry = []) {
return [...entry, require.resolve('./dist/esm/client/preview/config')];
}
module.exports = {
config,
};