From 8617c954d5690de3c692560e7ddcc02016c232ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Fri, 9 Mar 2018 13:02:54 +0100 Subject: [PATCH] chore(rollup): Update `banner` to `output.banner` (#47) --- rollup.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index 0d2f769..520ce50 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -78,12 +78,12 @@ const config = [{ }) ] }].map(({ file, format, plugins }) => ({ - banner, input: 'src/index.js', output: { + name: 'mediumZoom', file, format, - name: 'mediumZoom' + banner }, plugins }))