Anyone here have experience with #WebPack and #React building an extension for #VSCode. Every time I point my _getHtmlForWebview() function to the scriptURI it doesn’t seem to transform the TSX to JavaScript. I’m just sorta stumped since I kinda followed this tutorial and consulted ChatGPT lol https://isamatov.com/create-vscode-extension-with-react/
It just seems like it should be really easy…
So I found a YouTube video by Ben Awad that answered all of my issues. I ultimately was trying to combine too much behavior into one webpack config. Better to separate it into extension functionality and web view functionality. https://youtu.be/a5DX5pQ9p5M