mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
Revert "feat: migrate from Webpack to esbuild for optimized builds"
This reverts commit f47561fd7c.
This commit is contained in:
+5
-2
@@ -11,7 +11,7 @@
|
||||
"test:watch": "jest --watch",
|
||||
"build:core": "tsc -p tsconfig.core.json",
|
||||
"build:esm": "ts-node -P scripts/tsconfig.json scripts/tasks/build-esm",
|
||||
"build:es5": "ts-node -P scripts/tsconfig.json scripts/tasks/build-es5-optimized",
|
||||
"build:es5": "ts-node -P scripts/tsconfig.json scripts/tasks/build-es5",
|
||||
"build:ngx": "ts-node -P scripts/tsconfig.json scripts/tasks/build-ngx",
|
||||
"build": "npm run build:core && npm run build:esm && npm run build:ngx && npm run build:es5",
|
||||
"prebuild": "rimraf -rf dist",
|
||||
@@ -40,11 +40,11 @@
|
||||
"@types/node": "20.14.10",
|
||||
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
||||
"@typescript-eslint/parser": "^8.33.1",
|
||||
"@types/webpack": "5.28.5",
|
||||
"async-promise-queue": "1.0.5",
|
||||
"cz-conventional-changelog": "3.3.0",
|
||||
"dgeni": "0.4.14",
|
||||
"dgeni-packages": "0.16.10",
|
||||
"esbuild": "^0.25.5",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-plugin-jsdoc": "^50.7.1",
|
||||
@@ -64,9 +64,12 @@
|
||||
"rimraf": "^6.0.1",
|
||||
"rollup": "^4.42.0",
|
||||
"rxjs": "^7.8.2",
|
||||
"terser-webpack-plugin": "5.3.14",
|
||||
"ts-jest": "29.3.4",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.6.3",
|
||||
"unminified-webpack-plugin": "3.0.0",
|
||||
"webpack": "5.74.0",
|
||||
"winston": "3.17.0",
|
||||
"zone.js": "0.15.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user