1 Star 0 Fork 0

凡夫俗子 / webpack通用配置

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
凡夫俗子 提交于 2018-04-18 18:19 . t
{
"main": "main.js",
"externals": {
"AMap": "AMap",
"AMapUI": "AMapUI"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --config config/dev.js",
"build": "webpack --config config/build.js",
"lib": "webpack --config config/lib.js"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"define-properties": "^1.1.2",
"echarts": "^4.0.4",
"eslint-plugin-html": "^4.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.0.7",
"htmllint-loader": "^2.1.4",
"install": "^0.11.0",
"mini-css-extract-plugin": "^0.2.0",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12",
"webpack-dev-server": "^3.1.1"
},
"name": "echarts",
"version": "1.0.0",
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git@gitee.com:cjh_1992/webpack_general_configuration.git"
},
"description": ""
}
JavaScript
1
https://gitee.com/cjh_1992/webpack_general_configuration.git
git@gitee.com:cjh_1992/webpack_general_configuration.git
cjh_1992
webpack_general_configuration
webpack通用配置
master

搜索帮助