fix(monorepo/client): missing CSS loader

This commit is contained in:
Elian Doran
2025-04-18 11:03:29 +03:00
parent fe87889ee7
commit 04e51bdfbb
3 changed files with 507 additions and 75 deletions

View File

@@ -74,6 +74,8 @@
"@popperjs/core": "2.11.8",
"@electron/remote": "2.1.2",
"@types/react": "18.3.20",
"@types/react-dom": "18.3.6"
"@types/react-dom": "18.3.6",
"css-loader": "7.1.2",
"postcss-loader": "8.1.1"
}
}