Skip to content

Commit 5d2033d

Browse files
committed
chore: remove trailing comma [ci skip]
1 parent 5e96de9 commit 5d2033d

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/plugins

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-e2e-cypress/generator/template/tests/e2e/plugins/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const webpack = require('@cypress/webpack-preprocessor')
44
module.exports = (on, config) => {
55
on('file:preprocessor', webpack({
66
webpackOptions: require('@vue/cli-service/webpack.config'),
7-
watchOptions: {},
7+
watchOptions: {}
88
}))
99

1010
return Object.assign({}, config, {

0 commit comments

Comments
 (0)