mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 17:51:48 +08:00
5 lines
166 B
Plaintext
5 lines
166 B
Plaintext
```js
|
|
// This will include './static/image.png' in the bundle.
|
|
// And return a path to be included in a src attribute
|
|
import imageFile from './static/image.png';
|
|
``` |