Hyperledger Fabric 2.0中是否启用了系统链码插件?

In hyperledger fabric 1.4 they had disabled system chaincode plugins and you had to compile the peer like this:

GOPATH+="pluginsenabled" make peer

Is this still the case in version 2.0?