diff --git a/frappe/build.js b/frappe/build.js index 567c8b3da7..4c271bc1e2 100644 --- a/frappe/build.js +++ b/frappe/build.js @@ -119,9 +119,9 @@ function pack(output_path, inputs, minify) { function babelify(content, path, minify) { let presets = ['es2015', 'es2016']; - if(minify) { - presets.push('babili'); // new babel minifier - } + // if(minify) { + // presets.push('babili'); // new babel minifier + // } try { return babel.transform(content, { presets: presets,