The file and spaces actions are currently located in web-pkg, where they technically not belong. This has historic reasons, but they should be placed inside the files app and registered/retrieved via the extension system. This would a) create a better separation of concerns and b) reduce web-pkg's total size, which should result in better chunk sizing.
Note that this will be a breaking change, meaning we should first think about when we want to have the next major release.
The file and spaces actions are currently located in
web-pkg, where they technically not belong. This has historic reasons, but they should be placed inside the files app and registered/retrieved via the extension system. This would a) create a better separation of concerns and b) reduceweb-pkg's total size, which should result in better chunk sizing.Note that this will be a breaking change, meaning we should first think about when we want to have the next major release.