mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:31:27 +08:00
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
```js
|
|
// preset.js
|
|
|
|
export function config(entry = []) {
|
|
return [...entry, require.resolve('./defaultParameters')];
|
|
}
|
|
``` |