1 Star 0 Fork 0

lxc482113948/ts_webpack_autoCompile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 638 Bytes
一键复制 编辑 原始数据 按行查看 历史
lxc482113948 提交于 2024-04-18 18:04 . 初始化项目模版
{
"name": "ts_webpack_autocompile",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --config build/webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^4.5.0",
"ts-loader": "^8.0.17",
"typescript": "^5.4.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/lxc482113948/ts_webpack_auto-compile.git
git@gitee.com:lxc482113948/ts_webpack_auto-compile.git
lxc482113948
ts_webpack_auto-compile
ts_webpack_autoCompile
master

搜索帮助