Skip to content

Commit 1b030f1

Browse files
committed
fixup! Update for use with cypress 7
1 parent 898ff56 commit 1b030f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/plugins/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { startDevServer } = require('@cypress/webpack-dev-server')
2-
const webpackConfig = require('../webpack.config.js')
2+
const webpackConfig = require('../../webpack.config.js.js')
33

44
module.exports = (on, config) => {
55
on('dev-server:start', async (options) => {

0 commit comments

Comments
 (0)