debug(ci): remove `viteFinal` after change to imports
This commit is contained in:
parent
ccc851ee3f
commit
993621c943
|
@ -17,13 +17,13 @@ const config: StorybookConfig = {
|
||||||
autodocs: 'tag',
|
autodocs: 'tag',
|
||||||
},
|
},
|
||||||
|
|
||||||
async viteFinal(config, { configType }) {
|
// async viteFinal(config, { configType }) {
|
||||||
if (configType === 'PRODUCTION') {
|
// if (configType === 'PRODUCTION') {
|
||||||
config.base = process.env.BASE_URL || './'
|
// config.base = process.env.BASE_URL || './'
|
||||||
}
|
// }
|
||||||
|
//
|
||||||
return config
|
// return config
|
||||||
},
|
// },
|
||||||
}
|
}
|
||||||
|
|
||||||
export default config
|
export default config
|
||||||
|
|
Loading…
Reference in New Issue