From 25b077228162d0524836c381f58352644805220d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Wed, 28 Dec 2022 21:57:07 +0100 Subject: [PATCH] fix: remove @mysticatea from banner --- rollup.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 00894a6..bb939dc 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -19,7 +19,6 @@ export default [ format: "es", sourcemap: true, sourcemapFile: "index.mjs.map", - banner: `/*! @author Toru Nagashima */`, }, plugins: [sourcemaps(), resolve()], },