From b5212513a46e8f00d8e7a0e0638e428a2d4f1576 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 4 Jul 2024 14:10:37 +0200 Subject: [PATCH] Use the UMD build of intl-messageformat in the testsuite (#361) The main file of the library is a CommonJS build, not an UMD build, making it incompatible with the usage in the testsuite setup. The UMD build is shipped in the package but is not exposed on CDNJS. --- Resources/js/index-with-es5-shim.html | 2 +- Resources/js/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/js/index-with-es5-shim.html b/Resources/js/index-with-es5-shim.html index eeccc801..8f9034fe 100644 --- a/Resources/js/index-with-es5-shim.html +++ b/Resources/js/index-with-es5-shim.html @@ -7,7 +7,7 @@ - + diff --git a/Resources/js/index.html b/Resources/js/index.html index fc17bd64..c113180a 100644 --- a/Resources/js/index.html +++ b/Resources/js/index.html @@ -6,7 +6,7 @@ - +