Skip to content

Commit 46fbfe8

Browse files
committed
chore: remove Webpack
It was probably only used by `@ngtools/webpack` at this point since we now use ESBuild, Vite and Vitest for building, serving, and testing, respectively.
1 parent 855aac7 commit 46fbfe8

File tree

2 files changed

+134
-303
lines changed

2 files changed

+134
-303
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,7 @@
110110
"typescript": "^5.7.3",
111111
"typescript-eslint": "^8.24.0",
112112
"vite": "^5.4.15",
113-
"vitest": "^2.1.9",
114-
"webpack": "^5.98.0",
115-
"webpack-cli": "^5.1.4"
113+
"vitest": "^2.1.9"
116114
},
117115
"resolutions": {
118116
"browser-sync-client": "2.29.3",

0 commit comments

Comments
 (0)