Update rollup.config.js

This commit is contained in:
510208 2023-07-14 10:53:31 +08:00 committed by GitHub
parent d5b3952e77
commit 2e8a9c13b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ function string(opts = {}) {
renderChunk(code, chunk, outputOptions = {}) { renderChunk(code, chunk, outputOptions = {}) {
return `/*! return `/*!
* Live2D Widget * Live2D Widget
* https://github.com/stevenjoezhang/live2d-widget * https://github.com/510208/live2d-widget
*/ */
` + code; ` + code;
} }