fix: build error

This commit is contained in:
Fang_Zhijian 2024-05-09 11:12:40 +08:00
parent 90eda42278
commit 078dcff909
2 changed files with 19 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -15,8 +15,6 @@ export default defineConfig({
}, },
plugins: [ plugins: [
vue(), vue(),
viteCommonjs({ viteCommonjs()
include: ['danmaku-websocket.min.js'] ]
}
)]
}) })