Fix banner option

This commit is contained in:
IanDelMar 2022-10-12 16:28:41 +02:00
parent cb4dba0c54
commit 5236570159
1 changed files with 2 additions and 2 deletions

View File

@ -60,14 +60,14 @@ module.exports = {
],
output: [
{
banner,
banner: banner(''),
file: path.resolve( __dirname, `../../js/${ fileDest }.js` ),
format: 'umd',
globals,
name: 'understrap',
},
{
banner,
banner: banner(''),
file: path.resolve( __dirname, `../../js/${ fileDest }.min.js` ),
format: 'umd',
globals,