Skip to content

Commit

Permalink
[docs] clarify babel overrides access (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang authored Dec 9, 2023
1 parent 0939f48 commit 702ff43
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/dev-tools/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@ const {getBabelConfig} = require('ocular-dev-tools/configuration');
module.exports = getBabelConfig({
react: true,
// specify custom configs
overrides: {}
overrides: {
overrides: [
// babel overrides api
]
}
});
```

Expand Down

0 comments on commit 702ff43

Please sign in to comment.