lazypack.js 166 B

1234
  1. // Depend on each module that is loaded lazily.
  2. // Add to packager tasks as dependency,
  3. // so the lazy-loaded modules are included.
  4. define(['./kernel-runtime'], {});