From 5c9d49aa595cce659ea9b894b7799d92448821e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 5 Oct 2024 00:41:52 +0200 Subject: [PATCH] Use local version of module-shim --- importmap.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/importmap.php b/importmap.php index aaf1ae6..9eea2d6 100644 --- a/importmap.php +++ b/importmap.php @@ -54,4 +54,7 @@ 'version' => '2.3.1', 'type' => 'css', ], + 'es-module-shims' => [ + 'version' => '1.10.0', + ], ];