Skip to content

Commit

Permalink
chore: Replace webpack with webpack-cli in npm scripts (#33600)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan authored and ggazzo committed Oct 17, 2024
1 parent 599079d commit f23df1b
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 166 deletions.
7 changes: 3 additions & 4 deletions packages/livechat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@types/markdown-it": "^14.0.1",
"@types/mini-css-extract-plugin": "~1.4.3",
"@types/webpack-bundle-analyzer": "^4.6.2",
"@types/webpack-dev-server": "~4.7.2",
"@types/webpack-env": "~1.18.5",
"@types/whatwg-fetch": "~0.0.33",
"@typescript-eslint/eslint-plugin": "~5.60.1",
Expand Down Expand Up @@ -91,10 +90,10 @@
"terser-webpack-plugin": "~4.2.3",
"typescript": "~5.5.4",
"url-loader": "^4.1.1",
"webpack": "^5.95.0",
"webpack": "~5.95.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "~4.13.3"
"webpack-cli": "~5.1.4",
"webpack-dev-server": "~5.1.0"
},
"peerDependencies": {
"@rocket.chat/fuselage-tokens": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/message-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"scripts": {
"build": "run-s .:build:clean .:build:bundle",
".:build:clean": "rimraf dist",
".:build:bundle": "webpack",
".:build:bundle": "webpack-cli",
"lint": "eslint .",
"test": "jest",
"testunit": "jest",
Expand Down
Loading

0 comments on commit f23df1b

Please sign in to comment.