mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 04:41:16 +08:00
5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
```js
|
|
// /my-addon/preset.js
|
|
|
|
module.exports = require('./dist/preset.js');
|
|
``` |