disable ui bundle analysis by default

pull/9349/head
Thibault Duplessis 2021-07-04 11:24:25 +02:00
parent 5bc5927ff7
commit 276aa3fa12
3 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,8 @@
"@typescript-eslint/eslint-plugin": "^4.27.0", "@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0", "@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.29.0", "eslint": "^7.29.0",
"eslint-config-prettier": "^8.1.0" "eslint-config-prettier": "^8.1.0",
"rollup-plugin-analyzer": "^4.0.0"
}, },
"scripts": { "scripts": {
"format": "prettier --write .", "format": "prettier --write .",

View File

@ -39,9 +39,9 @@ module.exports = targets => {
commonjs({ commonjs({
extensions: ['.js'], extensions: ['.js'],
}), }),
analyze({ // analyze({
summaryOnly: true, // summaryOnly: true,
}), // }),
], ],
}; };
}; };

View File

@ -13,8 +13,7 @@
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"devDependencies": { "devDependencies": {
"@build/rollupProject": "2.0.0", "@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0", "@types/lichess": "2.0.0"
"rollup-plugin-analyzer": "^4.0.0"
}, },
"dependencies": { "dependencies": {
"ab": "https://github.com/lichess-org/ab-stub", "ab": "https://github.com/lichess-org/ab-stub",