From 00c843c7cedaa44c173047d6d63f523f7ff4b7e7 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 8 Oct 2021 17:04:30 -0400 Subject: [PATCH] revert unbundling --- scripts/build.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build.js b/scripts/build.js index aea8c950..4933d276 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -50,7 +50,6 @@ try { // Popper.js expects this to be set 'process.env.NODE_ENV': '"production"' }, - external: ['@popperjs/core', '@shoelace-style/animations', 'lit', 'qr-creator'], bundle: true, splitting: true, plugins: []