Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"access": "public"
},
"private": false,
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions src/cli/templates/bim-beta/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ import * as THREE from "three";
import * as OBC from "@thatopen-platform/components-beta";
import * as OBF from "@thatopen-platform/components-front-beta";
import * as FRAGS from "@thatopen-platform/fragments-beta";
// Inlines the fragments worker so it runs inside the platform's sandboxed iframe
// (IIFE bundle: no import.meta, no cross-origin fetch). Opt-in — only apps that
// import this pay the worker's size.
import "@thatopen-platform/fragments-beta/inline";
import * as BUI from "@thatopen/ui";
import * as MARKERJS from "@markerjs/markerjs3"
import {
Expand Down
Loading