build: bring back babel-loader, add build check (#30427)

This commit is contained in:
Stephen Zhou
2025-12-31 16:41:43 +08:00
committed by GitHub
parent 3015e9be73
commit 184077c37c
4 changed files with 26 additions and 0 deletions

View File

@@ -15,6 +15,10 @@ const config: KnipConfig = {
ignoreBinaries: [
'only-allow',
],
ignoreDependencies: [
// required by next-pwa
'babel-loader',
],
rules: {
files: 'warn',
dependencies: 'warn',