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 898ff56 commit 1b030f1Copy full SHA for 1b030f1
cypress/plugins/index.js
@@ -1,5 +1,5 @@
1
const { startDevServer } = require('@cypress/webpack-dev-server')
2
-const webpackConfig = require('../webpack.config.js')
+const webpackConfig = require('../../webpack.config.js.js')
3
4
module.exports = (on, config) => {
5
on('dev-server:start', async (options) => {
0 commit comments