Skip to content

Commit

Permalink
explicitly use banner function, avoiding passing arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoSot authored and XhmikosR committed Nov 11, 2022
1 parent 1a86cb3 commit 634e449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 634e449

Please sign in to comment.