Skip to content
Snippets Groups Projects
Commit f23df1ba authored by Tasso Evangelista's avatar Tasso Evangelista Committed by Guilherme Gazzo
Browse files

chore: Replace `webpack` with `webpack-cli` in npm scripts (#33600)

parent 599079dc
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......@@ -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": "*",
......
......@@ -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",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment