absolute-module-mapper-plugin
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -1,4 +0,13 @@ | ||
# 1.2.0 (2019-11-13) | ||
## [1.2.1](https://github.com/imcuttle/absolute-module-mapper-plugin/compare/v1.2.0...v1.2.1) (2019-11-14) | ||
### Bug Fixes | ||
* replaceRoot in requestMapper ([4c64d72](https://github.com/imcuttle/absolute-module-mapper-plugin/commit/4c64d72c1f8bfe6ea63240f3093932b3823e5e4b)) | ||
# [1.2.0](https://github.com/imcuttle/absolute-module-mapper-plugin/compare/380b5857800b4247ff24b55ef0e4fd23244a2c5e...v1.2.0) (2019-11-13) | ||
### Features | ||
@@ -5,0 +14,0 @@ |
@@ -96,3 +96,3 @@ /** | ||
const old = request.request | ||
request.request = requestMapper(requestMapper(old, request), root) | ||
request.request = replaceRoot(requestMapper(old, request), root) | ||
@@ -99,0 +99,0 @@ !silent && |
{ | ||
"name": "absolute-module-mapper-plugin", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "description": "The plugin on enhanced-resolver to map module path", |
14177