chore(nx): remove dependency on webpack

This commit is contained in:
Elian Doran 2025-05-25 12:24:01 +03:00
parent f73daf5b95
commit e07a7d291b
No known key found for this signature in database
3 changed files with 106 additions and 1154 deletions

10
nx.json
View File

@ -54,16 +54,6 @@
"watchDepsTargetName": "watch-deps" "watchDepsTargetName": "watch-deps"
} }
}, },
{
"plugin": "@nx/webpack/plugin",
"options": {
"buildTargetName": "build",
"serveTargetName": "serve",
"previewTargetName": "preview",
"buildDepsTargetName": "build-deps",
"watchDepsTargetName": "watch-deps"
}
},
{ {
"plugin": "@nx/playwright/plugin", "plugin": "@nx/playwright/plugin",
"options": { "options": {

View File

@ -37,9 +37,7 @@
"@nx/playwright": "21.1.1", "@nx/playwright": "21.1.1",
"@nx/vite": "21.1.1", "@nx/vite": "21.1.1",
"@nx/web": "21.1.1", "@nx/web": "21.1.1",
"@nx/webpack": "21.1.1",
"@playwright/test": "^1.36.0", "@playwright/test": "^1.36.0",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.10.0", "@swc-node/register": "~1.10.0",
"@swc/cli": "~0.7.0", "@swc/cli": "~0.7.0",
"@swc/core": "~1.11.0", "@swc/core": "~1.11.0",
@ -69,8 +67,7 @@
"upath": "2.0.1", "upath": "2.0.1",
"vite": "^6.0.0", "vite": "^6.0.0",
"vite-plugin-dts": "~4.5.0", "vite-plugin-dts": "~4.5.0",
"vitest": "^3.0.0", "vitest": "^3.0.0"
"webpack-cli": "^6.0.0"
}, },
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"author": { "author": {

1245
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff