Remove static files
While server components allow the use of static files defined in the manifest, edge components no longer support this feature.
The CLI deploy
command will return the following message if any static files are specified:
Static files are not supported in edge and have been removed.
To avoid this message, either;
-
manually remove the
staticFiles
setting from the manifest file or, -
contact Squiz Support to have the component converted from server to edge format.