Skip to content

Commit

Permalink
chore: restore files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayden Naydenov committed May 7, 2024
1 parent ab2e01c commit 06994a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 0 additions & 5 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down Expand Up @@ -99,8 +96,6 @@ const customResolver = (id, source, options) => {
}
}

const addChecker = !!process.env.NO_TS_CHECKER;

module.exports = defineConfig(async () => {
return {
build: {
Expand Down

0 comments on commit 06994a8

Please sign in to comment.