Skip to content

Feature/webpack2 system js

Pavel Mashliakovskiy requested to merge feature/webpack2SystemJS into v5.x

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

Merge request reports