We should think how we want to architect things. Do we want one node module to have everything or do we want to split the core, modules and plugins into separate node modules to allow smaller custom installs. We could use lerna to handle the monorepo structure.
We should think how we want to architect things. Do we want one node module to have everything or do we want to split the core, modules and plugins into separate node modules to allow smaller custom installs. We could use lerna to handle the monorepo structure.