Install bundle analyzer
This commit is contained in:
+3
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user