mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 13:47:09 +00:00
Integrate Chat and Copilot into chat-sdk, and add SQL parse display (#166)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import basicConfig from './rollup.config.mjs'
|
||||
import excludeDependenciesFromBundle from "rollup-plugin-exclude-dependencies-from-bundle"
|
||||
import terser from '@rollup/plugin-terser'
|
||||
|
||||
const config = {
|
||||
...basicConfig,
|
||||
@@ -12,6 +13,7 @@ const config = {
|
||||
plugins: [
|
||||
...basicConfig.plugins,
|
||||
excludeDependenciesFromBundle(),
|
||||
terser()
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user