mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 06:27:21 +00:00
add chat plugin and split query to parse and execute (#25)
* [feature](webapp) add drill down dimensions and metric period compare and modify layout * [feature](webapp) add drill down dimensions and metric period compare and modify layout * [feature](webapp) gitignore add supersonic-webapp * [feature](webapp) gitignore add supersonic-webapp * [feature](webapp) add chat plugin and split query to parse and execute * [feature](webapp) add chat plugin and split query to parse and execute * [feature](webapp) add chat plugin and split query to parse and execute --------- Co-authored-by: williamhliu <williamhliu@tencent.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import basicConfig from './rollup.config.mjs'
|
||||
// import { terser } from "rollup-plugin-terser"
|
||||
import excludeDependenciesFromBundle from "rollup-plugin-exclude-dependencies-from-bundle"
|
||||
|
||||
const config = {
|
||||
@@ -8,9 +7,6 @@ const config = {
|
||||
{
|
||||
file: 'dist/index.es.js',
|
||||
format: 'es',
|
||||
// plugins: [
|
||||
// terser()
|
||||
// ],
|
||||
},
|
||||
],
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user