forked from OpenNTF/dojo-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
19f842c
commit 28ed887
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters