'lua_load_resty_core' directive is deprecated in commit
openresty/lua-nginx-module@60736e6
so 'resty.core' is now mandatorily loaded.
My question is it possible to restore this directive so we can disable the load of 'resty.core'? The use case is that we want to use lua only for some simple purpose, load openresty is too heavy. Thanks.