Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Oct 20, 2022
1 parent 45807e0 commit 15caf53
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
8 changes: 8 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ function string(opts = {}) {
map: { mappings: "" }
};
}
},

renderChunk(code, chunk, outputOptions = {}) {
return `/*!
* Live2D Widget
* https://github.com/stevenjoezhang/live2d-widget
*/
` + code;
}
};
}
Expand Down
5 changes: 0 additions & 5 deletions src/waifu-tips.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Live2D Widget
* https://github.com/stevenjoezhang/live2d-widget
*/

import Model from "./model.js";
import showMessage from "./message.js";
import randomSelection from "./utils.js";
Expand Down
4 changes: 4 additions & 0 deletions waifu-tips.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15caf53

Please sign in to comment.