Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit 794520f

Browse files
committed
fix: typo in readme
1 parent 32b4416 commit 794520f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const webpack = require('@cypress/webpack-preprocessor')
8585

8686
module.exports = (on) => {
8787
const options = webpack.defaultOptions
88-
options.webpackOptions.module.rules[0].use.options.presets.push('babel-preset-stage-3')
88+
options.webpackOptions.module.rules[0].use[0].options.presets.push('babel-preset-stage-3')
8989

9090
on('file:preprocessor', webpack(options))
9191
}

0 commit comments

Comments
 (0)