mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
Add webpack:profile npm script to web package.json (#6870)
GitOrigin-RevId: 7ca6c1e667b0eac7dfec182ed6dfe923bb39b0b2
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"nodemon": "nodemon $NODE_APP_OPTIONS --config nodemon.json",
|
||||
"webpack": "webpack-dev-server --config webpack.config.dev.js",
|
||||
"webpack:production": "webpack --config webpack.config.prod.js",
|
||||
"webpack:profile": "webpack --config webpack.config.prod.js --profile --json > stats.json",
|
||||
"format": "prettier --list-different $PWD/'**/*.js'",
|
||||
"format:fix": "prettier --write $PWD/'**/*.js'",
|
||||
"format:styles": "prettier --list-different $PWD/'**/*.less'",
|
||||
|
||||
Reference in New Issue
Block a user