mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 07:01:53 +08:00
6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
```js
|
|
// /my-addon/preset.js
|
|
|
|
module.exports = require('./dist/preset.js');
|
|
```
|