Add dev dependencies "webpack", "webpack-cli"
This commit is contained in:
parent
1fe0906372
commit
44d223687c
2 changed files with 4814 additions and 1 deletions
|
@ -6,5 +6,9 @@
|
|||
"repository": "https://github.com/fedihubcom/registry.git",
|
||||
"author": "Alex Kotov <kotovalexarian@gmail.com>",
|
||||
"license": "MIT",
|
||||
"private": true
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"webpack": "^5.1.1",
|
||||
"webpack-cli": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue