Update geotiff

This commit is contained in:
Andreas Hocevar
2021-09-23 12:21:38 +00:00
parent 2ebbee2340
commit c934f08866
5 changed files with 51 additions and 40 deletions

View File

@@ -53,7 +53,11 @@ async function build(input, {minify = true} = {}) {
},
});
const bundle = await rollup.rollup({input, plugins});
const bundle = await rollup.rollup({
input,
plugins,
inlineDynamicImports: true,
});
const {output} = await bundle.generate({format: 'es'});
if (output.length !== 1) {