mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 01:52:02 +08:00
11 lines
204 B
JavaScript
11 lines
204 B
JavaScript
import { defineConfig } from 'taze'
|
|
|
|
export default defineConfig({
|
|
exclude: [
|
|
// We are going to replace these
|
|
'react-syntax-highlighter',
|
|
'react-window',
|
|
'@types/react-window',
|
|
],
|
|
})
|