mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
improve umd bundle size a bit
This commit is contained in:
parent
7ad611378b
commit
b87e76ead9
@ -107,11 +107,13 @@ async function build(commandLineArgs) {
|
||||
format: 'umd',
|
||||
sourcemap: true,
|
||||
globals: {
|
||||
'@tiptap/core': '@tiptap/core',
|
||||
vue: 'Vue',
|
||||
},
|
||||
},
|
||||
],
|
||||
external: [
|
||||
'@tiptap/core',
|
||||
'vue',
|
||||
],
|
||||
plugins: [
|
||||
|
Loading…
Reference in New Issue
Block a user