nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at 21.11 13 lines 347 B view raw
1diff --git a/scripts/bundle.js b/scripts/bundle.js 2index 16425a4..0d510fc 100644 3--- a/scripts/bundle.js 4+++ b/scripts/bundle.js 5@@ -73,6 +73,8 @@ const plugins = [ 6 if (!isDevBuild) { 7 plugins.push( 8 babelMinify({ 9+ evaluate: false, 10+ mangle: false, 11 comments: false, 12 removeConsole: true, 13 removeDebugger: true,