Skip to content

v2.6.0

Compare
Choose a tag to compare
@chuckdumont chuckdumont released this 02 Mar 19:15
· 465 commits to master since this release

Fix resolution of relative paths when using global require. Relative paths are now resolved against the path specified by the globalContext options, or the webpack compiler context, rather than the context of the module that includes the require call.