mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 13:55:45 +00:00
b96df79c59
Moved the instantiation of the live-plugin-manager in to the child solc process. This allowed us to use the live-plugin-manager to require the installed solc file. If the module is the same version as used by embark, the module is still loading using the normal require (from node_modules), as before.