mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-27 13:38:39 +07:00
refer to current webpack packages
Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
@@ -30,8 +30,8 @@ For apps that use webpack, this might look like this:
|
||||
"build": "webpack --node-env production --progress --hide-modules --config webpack.prod.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"webpack": "^4.26.1",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"webpack": "^5.65.0",
|
||||
"webpack-cli": "^4.9.1",
|
||||
}
|
||||
}
|
||||
|
||||
@@ -58,8 +58,8 @@ This command should be added to ``package.json`` as ``dev`` and ``watch`` scrip
|
||||
"watch": "webpack --node-env development --progress --watch --config webpack.dev.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"webpack": "^4.26.1",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"webpack": "^5.65.0",
|
||||
"webpack-cli": "^4.9.1",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user