From f2c69fee7f2373b690f05dcd0c228ff28d5c7fbb Mon Sep 17 00:00:00 2001 From: Vadim Korolik Date: Thu, 25 Apr 2024 10:57:01 -0700 Subject: [PATCH] dedicated export for segment middleware --- cypress/e2e/umd.cy.js | 2 +- cypress/pages/unpkg-remote.html | 19 ------------------- cypress/pages/unpkg.html | 7 +++++++ sdk/firstload/vite.config.ts | 8 +++++++- 4 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 cypress/pages/unpkg-remote.html diff --git a/cypress/e2e/umd.cy.js b/cypress/e2e/umd.cy.js index 28dd3fe9557..190c52d50b4 100644 --- a/cypress/e2e/umd.cy.js +++ b/cypress/e2e/umd.cy.js @@ -1,4 +1,4 @@ -const cdns = ['unpkg', 'unpkg-remote', 'jsdelivr', 'local'] +const cdns = ['unpkg', 'jsdelivr', 'local'] describe('web client recording spec', () => { cdns.map((source) => { it( diff --git a/cypress/pages/unpkg-remote.html b/cypress/pages/unpkg-remote.html deleted file mode 100644 index 332adc131b0..00000000000 --- a/cypress/pages/unpkg-remote.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - unpkg.com highlight.run bundle - - - - - diff --git a/cypress/pages/unpkg.html b/cypress/pages/unpkg.html index 09e28f75415..a22ef9c8cd1 100644 --- a/cypress/pages/unpkg.html +++ b/cypress/pages/unpkg.html @@ -4,6 +4,13 @@ unpkg.com highlight.run bundle +