保存进度!

This commit is contained in:
2023-02-23 18:10:53 +08:00
parent f24a47f27d
commit 6d6ce6025b
5 changed files with 47 additions and 55 deletions

View File

@@ -1,11 +1,14 @@
{
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.33.0"
},
"dependencies": {
"axios": "^1.3.2",
"pako": "^2.1.0"
}
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.33.0",
"ts-loader": "^9.4.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"axios": "^1.3.2",
"pako": "^2.1.0"
}
}

View File

@@ -0,0 +1,11 @@
/*
* @Author: Kane
* @Date: 2023-02-23 16:15:45
* @LastEditors: Kane
* @LastEditTime: 2023-02-23 16:16:04
* @FilePath: /后端辅助工具/webpack.config.js
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
const path = require("path");