improve umd bundle size a bit
This commit is contained in:
@@ -107,11 +107,13 @@ async function build(commandLineArgs) {
|
||||
format: 'umd',
|
||||
sourcemap: true,
|
||||
globals: {
|
||||
'@tiptap/core': '@tiptap/core',
|
||||
vue: 'Vue',
|
||||
},
|
||||
},
|
||||
],
|
||||
external: [
|
||||
'@tiptap/core',
|
||||
'vue',
|
||||
],
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user