new NoCommonJSDynamicRequire()
Summary
Dynamic require not supported
Description
When loading a CommonJS module, a first pass is done to extract all requires being called. If the require is based on a complex parameter (variable or string manipulation), the loader won't be able to understand the require. No fallback mechanism is implemented yet
- Since:
-
- 0.2.2
- See: