Skip to content

Commit 6fc5713

Browse files
authored
Remove frontend package typescript-plugin-css-modules to fix the build (#4312)
1 parent 86247e6 commit 6fc5713

File tree

5 files changed

+11
-292
lines changed

5 files changed

+11
-292
lines changed

og/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
"sass": "^1.26.10",
136136
"size-limit": "^6.0.3",
137137
"typescript": "^4.5.2",
138-
"typescript-plugin-css-modules": "^3.4.0",
139138
"webpack": "~5.71.0",
140139
"webpack-bundle-analyzer": "^4.4.2",
141140
"webpack-livereload-plugin": "^3.0.2",

og/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"@phlare/*": ["../public/app/*"],
1414
},
1515
"types": ["node"],
16-
"plugins": [{ "name": "typescript-plugin-css-modules" }],
1716
"noImplicitAny": true,
1817
"strictNullChecks": true,
1918
"strict": true,

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
"ts-jest": "^29.1.0",
101101
"tsconfig-paths-webpack-plugin": "^4.0.1",
102102
"typescript": "^4.5.2",
103-
"typescript-plugin-css-modules": "^3.4.0",
104103
"web-streams-polyfill": "^3.2.1",
105104
"webpack": "^5.94.0",
106105
"webpack-cli": "^5.0.1",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"baseUrl": ".",
33
"compilerOptions": {
4-
"plugins": [{ "name": "typescript-plugin-css-modules" }],
54
"paths": {
65
"@pyroscope/*": ["./public/app/*"],
76
"zod": ["./node_modules/zod"]

0 commit comments

Comments
 (0)