I am testing the 3D viewer in Power BI, and now I want to try modifying the .pbiviz file. I am not very experienced with this, but it seems like the ‘visualPlugin.ts’ file is missing when I try to run ‘npm run pack’. Are there any guides, similar to those in APS (autodesk platform service), on how to do this correctly for Speckle?
Currently, I’m diving into the code to gain a better understanding of how to convert it into a .pbiviz file. However, I seem to be encountering some issues when running the webpack scripts (“npm run pack”). Am I missing something crucial, or is there a different approach I should be taking?
Yeah, I believe I’ve followed the guide as best as I could. However, I’m encountering an error when attempting to package to pbiviz. It seems that the visual.js file cannot be found. Could it be that I’m doing something wrong that I’m not aware of?