changed bundle

This commit is contained in:
2024-09-20 00:26:08 +02:00
parent 1fe6c80b37
commit 165c41f02a
3 changed files with 5 additions and 4585 deletions

4586
live2d/dist/bundle.js vendored

File diff suppressed because one or more lines are too long

1
live2d/dist/bundle.js.LICENSE.txt vendored Normal file
View File

@@ -0,0 +1 @@
/*! https://mths.be/punycode v1.4.1 by @mathias */

View File

@@ -6,5 +6,6 @@ module.exports = {
filename: 'bundle.js', // 打包输出的文件名
path: path.resolve(__dirname, 'dist'), // 输出的文件目录
},
mode: 'development', // 或 'production',根据你的需求
// mode: 'development', // 或 'production',根据你的需求
mode : 'production'
};