From 9d2171d669e75054ccaef284c66b018b0a1df86d Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Wed, 12 Apr 2023 09:49:51 +0200 Subject: [PATCH] fix config --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 8ce26f4b84..f054c747c9 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -83,7 +83,7 @@ export default [ }), ts_plugin, { - writeBundle(bundle) { + writeBundle(_options, bundle) { if (dir === 'internal') { const mod = bundle['index.mjs']; if (mod) {