From 76a5e004f20f152a7373ecad726c7b972f4db657 Mon Sep 17 00:00:00 2001 From: Lars Berning <151194+laberning@users.noreply.github.com> Date: Mon, 29 Nov 2021 10:30:45 +0100 Subject: [PATCH] adds bundling with rollup --- app/client/index.html | 2 +- package-lock.json | 4062 ++++++++++++++++++++++++++++++----------- package.json | 12 +- rollup.config.js | 54 + snowpack.config.js | 8 + 5 files changed, 3029 insertions(+), 1109 deletions(-) create mode 100644 rollup.config.js diff --git a/app/client/index.html b/app/client/index.html index be8347d..e55a1cc 100644 --- a/app/client/index.html +++ b/app/client/index.html @@ -17,6 +17,6 @@