4

Is it possible to extract code from a SharePoint Package file? I have a package installed in App Catalog. Is it possible to get the SPFx code from the package file?

404
  • 2,215
  • 4
  • 15
  • 39

1 Answers1

3

Rename it to a .zip extension and extract it. But you won't get the typescript, you'll get the bundled JS.

Derek Gusoff
  • 8,011
  • 1
  • 17
  • 15