From b87e76ead9aefeca1e0c7a22a5f8d01e55dac478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 11 Nov 2020 14:15:32 +0100 Subject: [PATCH] improve umd bundle size a bit --- rollup.config.js | 2 ++ 1 file changed, 2 insertions(+) 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: [