Skip to content

Commit

Permalink
fix(core): updates package to auto get wasm on IfcLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
HoyosJuan committed Jun 12, 2024
1 parent f9f78d5 commit b187466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/fragments/IfcLoader/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export class IfcLoader extends Component implements Disposable {

private async autoSetWasm() {
const componentsPackage = await fetch(
`https://unpkg.com/openbim-components@${Components.release}/package.json`,
`https://unpkg.com/@thatopen/components@${Components.release}/package.json`,
);
if (!componentsPackage.ok) {
console.warn(
Expand Down

0 comments on commit b187466

Please sign in to comment.