debug(ci): remove `viteFinal` after change to imports

This commit is contained in:
Rickard Andersson 2023-08-21 17:29:05 +03:00
parent ccc851ee3f
commit 993621c943
1 changed files with 7 additions and 7 deletions

View File

@ -17,13 +17,13 @@ const config: StorybookConfig = {
autodocs: 'tag',
},
async viteFinal(config, { configType }) {
if (configType === 'PRODUCTION') {
config.base = process.env.BASE_URL || './'
}
return config
},
// async viteFinal(config, { configType }) {
// if (configType === 'PRODUCTION') {
// config.base = process.env.BASE_URL || './'
// }
//
// return config
// },
}
export default config