Skip to content

Commit

Permalink
feat: change vditor and @wangeditor/editor cdn source
Browse files Browse the repository at this point in the history
  • Loading branch information
flingyp committed Jun 26, 2023
1 parent 4513f28 commit ee2e0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ export const generatePlugins = (command: string, mode: string): PluginOption[] =
{
name: 'vditor',
var: 'Vditor',
path: 'https://cdn.jsdelivr.net/npm/vditor/dist/index.min.js',
path: 'https://unpkg.com/vditor@3.9.3/dist/index.min.js',
},
{
name: '@wangeditor/editor',
var: 'wangEditor',
path: 'https://cdn.jsdelivr.net/npm/@wangeditor/editor@5.1.23/dist/index.min.js',
path: 'https://unpkg.com/@wangeditor/editor@5.1.23/dist/index.js',
},
],
}),
Expand Down

0 comments on commit ee2e0f1

Please sign in to comment.