You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug can be reproduced by attempting to build the new SK app in ./demo. It was introduced by 5a6a64f because it adds a new headers module without making adapt(...) copy it to the build directory.
Proposed solution
Copy all the files in ./files to the build directory:
Bug
This bug can be reproduced by attempting to build the new SK app in
./demo
. It was introduced by 5a6a64f because it adds a newheaders
module without makingadapt(...)
copy it to the build directory.Proposed solution
Copy all the files in
./files
to the build directory:It would replace these two code blocks:
svelte-adapter-azure-swa/index.js
Lines 63 to 69 in 24365cb
svelte-adapter-azure-swa/index.js
Line 78 in 24365cb
Benefits
The provided constants
SERVER
,MANIFEST
, andDEBUG
could be used in more than justentry.js
.Downside
This would take up more space in the build directory for files that aren't needed there.
The text was updated successfully, but these errors were encountered: