mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-01 13:14:19 +02:00
build(#10336): make storybook buildable
This commit is contained in:
@@ -23,6 +23,13 @@ const config = {
|
||||
async viteFinal(config, options) {
|
||||
return mergeConfig(config, {
|
||||
assetsInclude: [resolve(__dirname, '../node_modules/@tabler/icons-webfont/**/*.{css,eot,ttf,woff,woff2}')],
|
||||
build: {
|
||||
target: [
|
||||
'chrome108',
|
||||
'firefox109',
|
||||
'safari16',
|
||||
],
|
||||
},
|
||||
});
|
||||
},
|
||||
} satisfies StorybookConfig;
|
||||
|
||||
Reference in New Issue
Block a user