engine
engine copied to clipboard
Externalize dependencies and dynamically load them during runtime
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.