From fc953a6fce8e2160b690a58333a65144a9ac1914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Gonz=C3=A1lez=20Viegas?= Date: Fri, 12 Apr 2024 14:23:12 +0200 Subject: [PATCH] fix: correct FragmentIfcLoader example --- src/fragments/FragmentIfcLoader/index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/fragments/FragmentIfcLoader/index.html b/src/fragments/FragmentIfcLoader/index.html index ea51667d0..a7898b72b 100644 --- a/src/fragments/FragmentIfcLoader/index.html +++ b/src/fragments/FragmentIfcLoader/index.html @@ -128,10 +128,6 @@ */ await fragmentIfcLoader.setup() - fragmentIfcLoader.settings.wasm = { - path: "../../../node_modules/web-ifc/", - absolute: false - } /* If you want to the path to unpkg manually, then you can skip the line above and set them manually as below: