mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 06:50:05 +08:00
feat: 新增jsbarcode cdn配置
This commit is contained in:
parent
87d0a7a4af
commit
ae67b7b8b9
@ -95,6 +95,11 @@ function onlyBuildOptions(mode: string): PluginOption[] {
|
||||
global: 'axios',
|
||||
relativeModule: 'axios.min.js',
|
||||
},
|
||||
{
|
||||
name: 'jsbarcode',
|
||||
global: 'JsBarcode',
|
||||
relativeModule: 'JsBarcode.all.min.js',
|
||||
},
|
||||
],
|
||||
}),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user