From 3e8d0b54627f175bfe29bfc14308fa433e2c72af Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Thu, 7 Jan 2021 14:17:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9Efixed=20snowpack=20config=20for=20b?= =?UTF-8?q?undle=20optimization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowpack.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snowpack.config.js b/snowpack.config.js index b52a2921..b8671c7d 100644 --- a/snowpack.config.js +++ b/snowpack.config.js @@ -22,5 +22,8 @@ module.exports = { }, alias: { /* ... */ + }, + experiments: { + optimize: { bundle: true, minify: true } } };