0

Can we use Build Tools like "WebPack" or "SnowPack" within Azure DevOps for building React Applications?

1 Answers1

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.

enter image description here

For more details, you also can reference this document.

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