Forum Discussion
Gopi Kondameda
Mar 13, 2017Microsoft
SPFx Client-web part deployed to App Catalog with Error
I am trying to do a test deployment of sample hellow-world spfx web-part, it works on local/spo work.
So I have packaged and deployed to App catalog and I ran gulp server --nobrowser.
However...
Gopi Kondameda
Mar 13, 2017Microsoft
Forgot to mention - if add the CDN with "cdnBasePath"
and Run command "Gulp bundle --ship"
upload the temp/deploy packages to above mentioned "cdn document library"
gulp package-solution --ship
This was working.