mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 10:25:48 +08:00
build: bring back babel-loader, add build check (#30427)
This commit is contained in:
@@ -15,6 +15,10 @@ const config: KnipConfig = {
|
||||
ignoreBinaries: [
|
||||
'only-allow',
|
||||
],
|
||||
ignoreDependencies: [
|
||||
// required by next-pwa
|
||||
'babel-loader',
|
||||
],
|
||||
rules: {
|
||||
files: 'warn',
|
||||
dependencies: 'warn',
|
||||
|
||||
Reference in New Issue
Block a user