engine icon indicating copy to clipboard operation
engine copied to clipboard

Externalize dependencies and dynamically load them during runtime

Open AviVahl opened this issue 4 years ago • 0 comments

Given a feature some-feature, which imports typescript in one of it's environments via a simple import ts from 'typescript', we want engine users:

  • to be able to say this dependency shouldn't be bundled (external).
  • to have a way to load it and set it up dynamically before the environment parts that require typescript are evaluated.

AviVahl avatar Jun 04 '20 13:06 AviVahl