Skip to content

Commit 9f52d0a

Browse files
authored
Disable @babel/env debug (KaTeX#1874)
The debug option was accidentally committed.
1 parent 6ae095f commit 9f52d0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

babel.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module.exports = api => {
33

44
const presets = [
55
["@babel/env", {
6-
debug: true,
76
loose: true,
87
}],
98
"@babel/flow",

0 commit comments

Comments
 (0)