Install webpack and webpack-cli.

This commit is contained in:
daniel 2019-12-22 05:27:12 +01:00
parent 4bf3086d0d
commit 4857b73f16
3 changed files with 2666 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,4 +2,4 @@
.swp
.swo
.bak
node_modules/

13
package.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "bovender",
"version": "1.0.0",
"description": "Daniel Kraus' personal homepage",
"main": "index.js",
"repository": "https://git.bovender.de/daniel/bovender",
"author": "Daniel Kraus <bovender@bovender.de>",
"license": "MIT",
"devDependencies": {
"webpack": "4",
"webpack-cli": "^3.3.10"
}
}

2652
yarn.lock Normal file

File diff suppressed because it is too large Load Diff