Skip to content

Commit

Permalink
@amcharts/amcharts5 is added and available via deep.import
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Oct 20, 2023
1 parent 9f90ec9 commit 381b97c
Show file tree
Hide file tree
Showing 3 changed files with 2,020 additions and 237 deletions.
2 changes: 2 additions & 0 deletions imports/client-handler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ DeepClient.resolveDependency = async (path: string) : Promise<any> => {
return await import('aframe-extras');
} else if (path == 'aframe') {
return await import('aframe');
} else if (path == '@amcharts/amcharts5') {
return await import('@amcharts/amcharts5');
} else {
return r(path);
}
Expand Down
Loading

0 comments on commit 381b97c

Please sign in to comment.