Fix emoji assets missing from storybook
This commit is contained in:
parent
93ab0e39df
commit
5aa80876f0
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ const config: StorybookConfig = {
|
|||
{ from: '../fonts', to: 'fonts' },
|
||||
{ from: '../images', to: 'images' },
|
||||
{ from: '../fixtures', to: 'fixtures' },
|
||||
{
|
||||
from: '../node_modules/emoji-datasource-apple/img',
|
||||
to: 'node_modules/emoji-datasource-apple/img',
|
||||
},
|
||||
],
|
||||
webpackFinal(config) {
|
||||
config.cache = {
|
||||
|
|
Loading…
Reference in a new issue