build(#10336): make storybook buildable
This commit is contained in:
parent
e7a15b5604
commit
65f20de821
4 changed files with 408 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue