diff --git a/rollup.config.js b/rollup.config.js index 2676a86d..7df0728b 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -107,11 +107,13 @@ async function build(commandLineArgs) { format: 'umd', sourcemap: true, globals: { + '@tiptap/core': '@tiptap/core', vue: 'Vue', }, }, ], external: [ + '@tiptap/core', 'vue', ], plugins: [