Remove webpack dependence, direct execution ES6
删除webpack依赖,直接执行ES6
Showing
{ | ||
"name": "antsword", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "中国蚁剑是一款跨平台的开源网站管理工具", | ||
"main": "app.js", | ||
"dependencies": { | ||
"babel-core": "^6.7.2", | ||
"babel-loader": "^6.2.4", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"babel": "^5.2.17", | ||
"electron-prebuilt": "^0.37.2", | ||
"extract-zip": "^1.5.0", | ||
"iconv-lite": "^0.4.13", | ||
... | ... | @@ -17,12 +14,11 @@ |
"nugget": "^2.0.0", | ||
"superagent": "^1.6.1", | ||
"superagent-proxy": "^1.0.0", | ||
"through": "^2.3.8", | ||
"webpack": "^1.12.14" | ||
"through": "^2.3.8" | ||
}, | ||
"scripts": { | ||
"start": "electron app.js", | ||
"build": "webpack --progress --color --watch" | ||
"build": "npm start" | ||
}, | ||
"author": "antoor <u@uyu.us>", | ||
"license": "MIT", | ||
... | ... | @@ -32,12 +28,9 @@ |
}, | ||
"debug": true, | ||
"update": { | ||
"md5": "1d21b4f1fb4ddc9a8014020a37b96777", | ||
"logs": "修补 aspx 连接和文件管理的 Bug\n新添加了 aspx base64 编码器\n更新美化关于页面\n修正 Aspx 中代码根据用户配置自动编码\n重写前端资源加载方案\n优化部分ES6代码", | ||
"sources": { | ||
"coding.net": "https://coding.net/api/share/download/4aaf3221-af66-4f63-824d-37b81bc68711", | ||
"github": "https://github.com/antoor/antSword/releases/download/1.2.1/update.zip" | ||
} | ||
"md5": "", | ||
"logs": "", | ||
"sources": {} | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/antoor/antSword/issues" | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
webpack.config.js
deleted
100644 → 0
Please register or sign in to comment