Can we publish a plugin without "documentAccess" added to the manifest.json?

Hi, we need to publish a plugin quickly, but we are stuck with this notice:

As per the manifest documentation, it shows that the ‘documentAccess’ field is optional.

We do not want to use the dynamic page loading feature for now. How can we publish the plugin without enabling the dynamic page loading APIs for the Plugin ?

No, it’s not possible. You have to use it.

Thanks @Gleb for the quick reply.