Add back @types/webpack-env to CLI dependencies

The CLI provides tsconfig presets that include webpack-env in the
types array, so @types/webpack-env must remain a dependency of the
CLI package for consuming apps to compile correctly.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-15 12:56:32 +01:00
parent 9937a8aa8e
commit 47b50ef3c4
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -68,6 +68,7 @@
"@spotify/eslint-config-typescript": "^15.0.0",
"@swc/core": "^1.15.6",
"@swc/jest": "^0.2.39",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.16.0",
"chalk": "^4.0.0",