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) {