Install bundle analyzer

This commit is contained in:
Aarni Halinen
2021-01-15 22:57:07 +02:00
parent 6bcfaa09d0
commit 311bbf0b3f
3 changed files with 162 additions and 3 deletions
+3 -1
View File
@@ -32,7 +32,8 @@
"test:e2e": "npm-run-all -p -r serve testcafe",
"test:e2e:verbose": "npm-run-all -p -r serve testcafe:verbose",
"testcafe": "testcafe --skip-js-errors -S -s 'e2e-screenshots' --app-init-delay 2000 chrome:headless tests/testcafe",
"testcafe:verbose": "testcafe --skip-js-errors -S -s 'e2e-screenshots' --app-init-delay 2000 chrome tests/testcafe"
"testcafe:verbose": "testcafe --skip-js-errors -S -s 'e2e-screenshots' --app-init-delay 2000 chrome tests/testcafe",
"build-analyze": "ANALYZE=true npm run build"
},
"husky": {
"hooks": {
@@ -40,6 +41,7 @@
}
},
"devDependencies": {
"@next/bundle-analyzer": "10.0.5",
"@types/js-cookie": "2.2.4",
"@types/react": "16.8.18",
"@types/react-beautiful-dnd": "13.0.0",