From 6152f95c7e3a26528afc51187ae6a0a6d7b7cdcf Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Sun, 9 Oct 2022 09:36:09 -0400 Subject: [PATCH] fix: switch back to UMD bundles fixes #391 --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 990a8849..c7f95c9b 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -39,7 +39,7 @@ const outputs = [ }, { file: "build/vega-datasets.min.js", - format: "iife", + format: "umd", sourcemap: true, name: "vegaDatasets", plugins: [terser()],