ecl1ps / vsts-react-extension

Base configuration for Azure DevOps extension development with the use of TypeScript and React. Also enables local development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mange multi html files for the extension in vsts-react-extension

TechnoRahmon opened this issue · comments

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?