Skip to content

Commit

Permalink
fix(e2e): add missing deps to suite-dekstop package for building purp…
Browse files Browse the repository at this point in the history
…oses

adds webpack-bundle-analyzer
adds rimraf
adds webpack-plugin-serve
adds copy-webpack-plugin
adds css-minimizer-webpack-plugin
  • Loading branch information
Vere-Grey committed Jan 2, 2025
1 parent def9aa6 commit 809997f
Show file tree
Hide file tree
Showing 2 changed files with 525 additions and 2 deletions.
9 changes: 8 additions & 1 deletion packages/suite-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,15 @@
},
"devDependencies": {
"@electron/notarize": "2.5.0",
"@types/webpack-bundle-analyzer": "^4",
"@types/webpack-plugin-serve": "^1.4.6",
"copy-webpack-plugin": "^12.0.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"electron": "32.2.6",
"electron-builder": "25.1.8",
"glob": "^10.3.10"
"glob": "^10.3.10",
"rimraf": "^6.0.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-plugin-serve": "^1.6.0"
}
}
Loading

0 comments on commit 809997f

Please sign in to comment.