hey
I am wondering if there is a way to mange multi html files in the react sample extension, in case my extension appears in many places in the Azure Devops.
Before I used this approach from microsoft/
azure-devops-extension-sample, but right now the npm packges are not compatible, so I can't use webpack in the extension.
probable the best way to use react-scripts instead.
As I can see, the extension in your example has only one html file, supposing that the extension will appears only in one place in Azure Devops.
any ideas can help me?
hey
I am wondering if there is a way to mange multi html files in the react sample extension, in case my extension appears in many places in the Azure Devops.
Before I used this approach from microsoft/
azure-devops-extension-sample, but right now the npm packges are not compatible, so I can't use webpack in the extension.
probable the best way to use
react-scriptsinstead.As I can see, the extension in your example has only one html file, supposing that the extension will appears only in one place in Azure Devops.
any ideas can help me?