Add configuration example to clarify debug: true
This commit is contained in:
parent
5fe1ee3a6a
commit
2450f7a5ae
@ -286,6 +286,21 @@ exports.A = A;
|
||||
### Example with `debug: true`
|
||||
|
||||
```js
|
||||
{
|
||||
"presets": [
|
||||
[ "env", {
|
||||
"targets": {
|
||||
"safari": 10
|
||||
},
|
||||
"modules": false,
|
||||
"useBuiltIns": true,
|
||||
"debug": true
|
||||
}]
|
||||
]
|
||||
}
|
||||
```
|
||||
*stdin*:
|
||||
```
|
||||
Using targets:
|
||||
{
|
||||
"safari": 10
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user