updated 压缩工具由webpack换成rollup
This commit is contained in:
@@ -22,16 +22,16 @@
|
||||
"url": "https://github.com/mumuy/relationship/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-terser": "^0.4.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-cht": "^2.0.20",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"tape": "^5.3.1",
|
||||
"webpack": "^5.74.0",
|
||||
"webpack-cli": "^4.10.0"
|
||||
"rollup": "^3.18.0",
|
||||
"tape": "^5.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/index.js",
|
||||
"build": "webpack && gulp mini && npm run test"
|
||||
"build": "gulp && npm run test"
|
||||
},
|
||||
"homepage": "https://passer-by.com/relationship/",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user