Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenNTFGH-67 Unexpected webpack require behaviour
In WebPack calling require([x, y, z]), callback); where "y" does not exist, throws an exception. In Dojo the same call would still callback with a valid x + z. Fixes OpenNTFGH-67 Signed-off-by: Gordon Smith <[email protected]>
- Loading branch information