Update cypress component testing settings
This commit is contained in:
parent
92f9831cc1
commit
a91eea0de1
|
|
@ -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',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue