2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

explicitly use banner function, avoiding passing arguments

This commit is contained in:
George Sotiropoulos
2022-11-09 11:36:12 +02:00
committed by XhmikosR
parent 1a86cb3cf0
commit 634e449b9a
+1 -1
View File
@@ -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,