Add missing newline after javascript codeblock
This commit is contained in:
parent
d89946757f
commit
a9c0fc4798
|
|
@ -192,6 +192,7 @@ dead code removal UglifyJS will discard the following from the output:
|
||||||
console.log("debug stuff");
|
console.log("debug stuff");
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
UglifyJS will warn about the condition being always false and about dropping
|
UglifyJS will warn about the condition being always false and about dropping
|
||||||
unreachable code; for now there is no option to turn off only this specific
|
unreachable code; for now there is no option to turn off only this specific
|
||||||
warning, you can pass `warnings=false` to turn off *all* warnings.
|
warning, you can pass `warnings=false` to turn off *all* warnings.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user