Update cypress component testing settings

This commit is contained in:
Ramon Wenger 2023-04-19 10:07:54 +02:00
parent 92f9831cc1
commit a91eea0de1
1 changed files with 1 additions and 5 deletions

View File

@ -35,11 +35,7 @@ export default defineConfig({
component: {
devServer: {
framework: 'vue',
bundler: 'webpack',
webpackConfig: async () => {
const webpackConfig = await require('./build/webpack.dev.conf');
return webpackConfig;
},
bundler: 'vite',
},
},
});