You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments