Can we use Build Tools like "WebPack" or "SnowPack" within Azure DevOps for building React Applications?
Asked
Active
Viewed 32 times
0
-
Welcome to SO!, yes, I use Azure DevOps to create pipelines and releases for react apps all the time. – Sangeet Agarwal Jan 03 '22 at 15:34
1 Answers
0
When you create the build pipeline for your React App, we have provided the template (Node.js with React
) for use.
In this template, it has contained the basic tasks to build the React App. You can add other tasks or delete the existing tasks as needed.
For more details, you also can reference this document.

Bright Ran-MSFT
- 5,190
- 1
- 5
- 12