From: George Sotiropoulos Date: Wed, 9 Nov 2022 09:36:12 +0000 (+0200) Subject: explicitly use `banner` function, avoiding passing arguments X-Git-Tag: v5.3.0-alpha1~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=634e449b9aea2e78cc889684da1b88ca76d1f19c;p=thirdparty%2Fbootstrap.git explicitly use `banner` function, avoiding passing arguments --- diff --git a/build/rollup.config.js b/build/rollup.config.js index 27f12ac03d..f01918ebf2 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -40,7 +40,7 @@ if (BUNDLE) { const rollupConfig = { input: path.resolve(__dirname, `../js/index.${ESM ? 'esm' : 'umd'}.js`), output: { - banner, + banner: banner(), file: path.resolve(__dirname, `../dist/js/${fileDestination}.js`), format: ESM ? 'esm' : 'umd', globals,