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