From 276aa3fa124c32605486f0bd96fe5fa6e28b4c03 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Sun, 4 Jul 2021 11:24:25 +0200 Subject: [PATCH] disable ui bundle analysis by default --- package.json | 3 ++- ui/@build/rollupProject/index.js | 6 +++--- ui/round/package.json | 3 +-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c795b69456..2fa07cb656 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ "@typescript-eslint/eslint-plugin": "^4.27.0", "@typescript-eslint/parser": "^4.27.0", "eslint": "^7.29.0", - "eslint-config-prettier": "^8.1.0" + "eslint-config-prettier": "^8.1.0", + "rollup-plugin-analyzer": "^4.0.0" }, "scripts": { "format": "prettier --write .", diff --git a/ui/@build/rollupProject/index.js b/ui/@build/rollupProject/index.js index 55afc76f32..5dbd1fca12 100644 --- a/ui/@build/rollupProject/index.js +++ b/ui/@build/rollupProject/index.js @@ -39,9 +39,9 @@ module.exports = targets => { commonjs({ extensions: ['.js'], }), - analyze({ - summaryOnly: true, - }), + // analyze({ + // summaryOnly: true, + // }), ], }; }; diff --git a/ui/round/package.json b/ui/round/package.json index 4964cba233..52846648fc 100644 --- a/ui/round/package.json +++ b/ui/round/package.json @@ -13,8 +13,7 @@ "license": "AGPL-3.0-or-later", "devDependencies": { "@build/rollupProject": "2.0.0", - "@types/lichess": "2.0.0", - "rollup-plugin-analyzer": "^4.0.0" + "@types/lichess": "2.0.0" }, "dependencies": { "ab": "https://github.com/lichess-org/ab-stub",