1 Star 0 Fork 0

maofu/webpack5_code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 648 Bytes
一键复制 编辑 原始数据 按行查看 历史
maofu 提交于 2023-05-11 19:34 . 完成一些webpack和eslint的基本配置
{
"name": "webpack5_code",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "npx webpack --mode=development",
"build": "npx webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "MAOFU <2148334528@qq.com>",
"license": "ISC",
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tmaofu/webpack5_code.git
git@gitee.com:tmaofu/webpack5_code.git
tmaofu
webpack5_code
webpack5_code
master

搜索帮助