Skip to content

Commit 5ecfc57

Browse files
chore: migrate from webpack to Rspack (#1103)
* chore: migrate from webpack to Rspack * chore: add type checking
1 parent abf5543 commit 5ecfc57

File tree

7 files changed

+3425
-746
lines changed

7 files changed

+3425
-746
lines changed

knip.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
{
2-
"project": [
3-
"src/**/*.ts",
4-
"src/**/*.js",
5-
"script/**/*.ts",
6-
"script/**/*.js"
7-
],
8-
"ignoreDependencies": [
9-
"web-ext",
10-
"ts-auto-guard"
11-
],
2+
"project": ["src/**/*.ts", "src/**/*.js", "script/**/*.ts", "script/**/*.js"],
3+
"ignoreDependencies": ["web-ext", "ts-auto-guard"],
124
"ignore": [
135
"script/addonsLinter.ts",
146
"script/updatePrivacyPolicy.ts",
157
"script/addUserScriptsComment.ts",
168
"script/copyManifest.ts",
179
"src/ts/userScript/*.ts"
1810
]
19-
}
11+
}

0 commit comments

Comments
 (0)