Adjust legal comment

This commit is contained in:
Vanilagy
2025-06-27 13:22:19 +02:00
parent a3d73228e2
commit 846fa0b183
47 changed files with 48 additions and 47 deletions
+2 -1
View File
@@ -6,7 +6,7 @@ const baseConfig = {
bundle: true,
logLevel: 'info',
banner: {
js: `/*
js: `/*!
* Copyright (c) 2025-present, Vanilagy and contributors
*
* This Source Code Form is subject to the terms of the Mozilla Public
@@ -14,6 +14,7 @@ const baseConfig = {
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/`,
},
legalComments: 'none',
};
const umdConfig = {