Here is the approach
- common module is built using steal.build.pluginify to make production.js steal free
- file manager module is built with below configurations
- steal.config.path is configured to steal common module production.js instead of common module init.js
- steal.config.shim."<commonmodule>".packaged is set to false so that steal does not include common module production.js
This approach is kind of working but has below issue