mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Fix emoji assets missing from storybook
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user