From 06994a8b4ec7926556090a0568b1940d212ca751 Mon Sep 17 00:00:00 2001 From: Nayden Naydenov Date: Tue, 7 May 2024 10:29:10 +0300 Subject: [PATCH] chore: restore files --- .../website/docs/_components_pages/main/BusyIndicator.mdx | 2 +- vite.config.js | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/website/docs/_components_pages/main/BusyIndicator.mdx b/packages/website/docs/_components_pages/main/BusyIndicator.mdx index 4bdde340fc21..2ac8d92c7a7b 100644 --- a/packages/website/docs/_components_pages/main/BusyIndicator.mdx +++ b/packages/website/docs/_components_pages/main/BusyIndicator.mdx @@ -15,7 +15,7 @@ import TextPlacement from "../../_samples/main/BusyIndicator/TextPlacement/TextP <%COMPONENT_METADATA%> -## More Samples +## More Samples ### Sizes The BusyIndicator comes in several sizes - S, M and L. diff --git a/vite.config.js b/vite.config.js index bb5f1c19fe10..b259b22289f0 100644 --- a/vite.config.js +++ b/vite.config.js @@ -14,9 +14,6 @@ const toPosixPath = (pathStr) => { } const customResolver = (id, source, options) => { - if (id === "@ui5/webcomponents-base/dist/ssr-dom.js") { - return source.replace("UI5Element", "ssr-dom"); - } const isIconImporter = source.includes("packages/icons") || source.includes("packages/icons-tnt/") || source.includes("packages/icons-business-suite/") if (isIconImporter && id.startsWith("@ui5/webcomponents-base/dist")) { const importerRoot = source.replace(/packages\/icons.*/, "packages"); @@ -99,8 +96,6 @@ const customResolver = (id, source, options) => { } } -const addChecker = !!process.env.NO_TS_CHECKER; - module.exports = defineConfig(async () => { return { build: {