We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e96de9 commit 5d2033dCopy full SHA for 5d2033d
packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/plugins/index.js
@@ -4,7 +4,7 @@ const webpack = require('@cypress/webpack-preprocessor')
4
module.exports = (on, config) => {
5
on('file:preprocessor', webpack({
6
webpackOptions: require('@vue/cli-service/webpack.config'),
7
- watchOptions: {},
+ watchOptions: {}
8
}))
9
10
return Object.assign({}, config, {
0 commit comments