Skip to content

Commit

Permalink
add SHOW_CONFIG_FOR to template [skip ci] (#13066)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Mar 29, 2021
1 parent 06eb3b7 commit c38469d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Expand Up @@ -32,6 +32,9 @@ var your => (code) => here;
<!-- A clear and concise description of what you expected to happen (or code). -->

**Babel Configuration (babel.config.js, .babelrc, package.json#babel, cli command, .eslintrc)**
<!--- Tip: You can also run Babel with the environment variable SHOW_CONFIG_FOR=your_file_path to print all configs associated with a path-->
<!-- https://babeljs.io/docs/en/configuration#print-effective-configs for more information -->

- Filename: `babel.config.js`

```js
Expand Down

0 comments on commit c38469d

Please sign in to comment.