1 Star 0 Fork 0

CodePrince / webpack-seed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 818 Bytes
一键复制 编辑 原始数据 按行查看 历史
CodePrince 提交于 2020-07-28 14:06 . 添加打包优化
{
"name": "webpack-seed",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --hot --inline --progress --config ./webpack.config/dev.js",
"build": "webpack --config webpack.config/prod.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-loader": "^8.0.6",
"compression-webpack-plugin": "^4.0.0",
"cross-env": "^3.1.4",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.1.0"
},
"dependencies": {}
}
1
https://gitee.com/codePrince/webpack-seed.git
git@gitee.com:codePrince/webpack-seed.git
codePrince
webpack-seed
webpack-seed
master

搜索帮助