Skip to content

Commit 7f82d72

Browse files
authored
Silence babel warning on large mocha.js file (#1522)
Set babel "compact" option to `false` to silence warning on large mocha.js file. See https://babeljs.io/docs/options#compact. Leaving this option set to the "auto" default causes a warning for mocha.js since it is > 500kb.
1 parent 6d6683b commit 7f82d72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Apps/babel.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"compact": false,
23
"presets": [
34
["@babel/preset-env", {
45
"targets": {

0 commit comments

Comments
 (0)