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?
Asked
Active
Viewed 6,548 times
1 Answers
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
-
ok from Bundled JS, is it possible to extract code? – 404 Jun 05 '19 at 16:46
-
1no, it isn't... – Derek Gusoff Jun 06 '19 at 13:11