Update cypress component testing settings
This commit is contained in:
parent
92f9831cc1
commit
a91eea0de1
|
|
@ -35,11 +35,7 @@ export default defineConfig({
|
||||||
component: {
|
component: {
|
||||||
devServer: {
|
devServer: {
|
||||||
framework: 'vue',
|
framework: 'vue',
|
||||||
bundler: 'webpack',
|
bundler: 'vite',
|
||||||
webpackConfig: async () => {
|
|
||||||
const webpackConfig = await require('./build/webpack.dev.conf');
|
|
||||||
return webpackConfig;
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue