Skip to content

Commit

Permalink
fix: Update Babel.md to fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Dksoni81291 committed Jun 6, 2023
1 parent c7c0307 commit 871955a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/Babel.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ module.exports = {

Once this is set up WebdriverIO will take care of the rest.

Alternatively you can configure how @babel/register is run through the environment variables for [@babel/register](babel) or using wdio config's [autoCompileOpts section](configurationfile) .
Alternatively you can configure how @babel/register is run through the environment variables for [@babel/register](https://babeljs.io/docs/babel-register#environment-variables) or using wdio config's [autoCompileOpts section](https://webdriver.io/docs/configuration#autocompileopts).

0 comments on commit 871955a

Please sign in to comment.