Getting somewhere

This commit is contained in:
Lani Aung
2021-10-10 17:15:45 -06:00
parent e09f00945b
commit 738b3c6d35
19 changed files with 594 additions and 88 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
"description": "Online Kisekae viewer",
"main": "index.js",
"scripts": {
"test": "",
"test": "exit 0",
"build": "webpack build --mode development",
"release": "webpack build --mode production"
},
@@ -21,6 +21,7 @@
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.55.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0"
}
}