Feature/webpack2 system js
This changes will register modules, required by CommonJS to the SystemJS registry (if available). In case module is bundled by webpack then SystemJS know nothing about required submodules and System.import('lodash') for example will load lodash twice