mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-09 19:31:30 +01:00
Fix analyse:webpack-bundles script (#25353)
This commit is contained in:
parent
d01eabd340
commit
88c5395349
@ -62,7 +62,7 @@
|
|||||||
"test": "jest",
|
"test": "jest",
|
||||||
"coverage": "yarn test --coverage",
|
"coverage": "yarn test --coverage",
|
||||||
"analyse:unused-exports": "node ./scripts/analyse_unused_exports.js",
|
"analyse:unused-exports": "node ./scripts/analyse_unused_exports.js",
|
||||||
"analyse:webpack-bundles": "webpack-bundle-analyzer webpack-stats.json"
|
"analyse:webpack-bundles": "webpack-bundle-analyzer webpack-stats.json webapp"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/react-dom": "17.0.19",
|
"@types/react-dom": "17.0.19",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user