Perf analysis
This diff is collapsed.
... | ... | @@ -7,8 +7,8 @@ |
"dev": "make generate_frontend && webpack --mode development", | ||
"build": "make generate_frontend && webpack --mode production", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"stats": "webpack --profile --json > stats.json", | ||
"view-stats": "webpack-bundle-analyzer stats.json" | ||
"stats": "webpack --profile --json > frontend/static/frontend/stats.json", | ||
"view-stats": "webpack-bundle-analyzer frontend/static/frontend/stats.json" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -43,6 +43,8 @@ |
"typeface-roboto": "0.0.54" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@material-ui/icons": "^2.0.3", | ||
"autoprefixer": "^9.1.5", | ||
"babel-core": "^6.26.3", | ||
... | ... |
Please register or sign in to comment