diff --git a/.babelrc.js b/.babelrc.js index ff9155fcb3..b10eab046b 100644 --- a/.babelrc.js +++ b/.babelrc.js @@ -8,6 +8,8 @@ const modules = output == null ? false : output; const targets = env === 'test' ? { node: 'current' } : undefined; const options = { + comments: false, + minified: true, assumptions: { ignoreToPrimitiveHint: true, iterableIsArray: true,