build: Move to a webpack module
Cockpit recently changed to an ESM build system [1]. Bump COCKPIT_REPO_COMMIT to that and follow suit. This does not work with old node.js 10 any more which is still the default in RHEL 8. Install the newer version 16 instead. [1] https://github.com/cockpit-project/cockpit/pull/18366
This commit is contained in:
parent
1f4e0fac24
commit
4990d6a103
4 changed files with 31 additions and 23 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "starter-kit",
|
||||
"description": "Scaffolding for a cockpit module",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:cockpit/starter-kit.git",
|
||||
"author": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue