Skip to content

Commit

Permalink
fix: switch back to UMD bundles (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Oct 9, 2022
1 parent b2c5de0 commit cd94964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Expand Up @@ -39,7 +39,7 @@ const outputs = [
},
{
file: "build/vega-datasets.min.js",
format: "iife",
format: "umd",
sourcemap: true,
name: "vegaDatasets",
plugins: [terser()],
Expand Down

0 comments on commit cd94964

Please sign in to comment.