Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(webpack): Module ids are now generated based on the resource rath…
…er than its request. Before, module ids were generated based on the module request and not its resource location. Since each module id is now generated based on its resource, PLATFORM.moduleName() now has no issue resolving relative, absolute, or aliased paths.
- Loading branch information