mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 22:08:56 +00:00
[improvement](webapp) change rollup terser package
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 = {
|
||||
@@ -7,10 +6,7 @@ const config = {
|
||||
output: [
|
||||
{
|
||||
file: 'dist/index.es.js',
|
||||
format: 'es',
|
||||
// plugins: [
|
||||
// terser()
|
||||
// ],
|
||||
format: 'es',
|
||||
},
|
||||
],
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user